You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside /spottr_nodejs_server/server.js, you can add more users in with the User constructor, change their profile picture URL with that specific function I can't remember, and call addUser on that list
Change the IP Address at the very bottom at the .listen() part
Output is sent in the response.write() function
Usage:
Set up server with:
nodejs ./server.js
Send get request to:
<IP Address>:<Port Number>/<first name>/<last name>/<zip code>/<squat weight>/<deadlift weight>/<bench weight>
Return output will be of form:
<first name>,<last name>,<zip code>,<squat weight>,<deadlift weight>,<bench weight>,
About
LA Hacks 2016 - Location-based social discovery app focused on finding gym partners