chingu-voyage3/bears-27

Name: bears-27

Owner: Chingu Voyage 3

Description: null

Created: 2017-11-30 20:43:03.0

Updated: 2018-01-15 12:32:16.0

Pushed: 2018-01-28 04:35:35.0

Homepage: null

Size: 297

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bears-27

Routes:

/events/ - Shows a list of all events in the database /events/attending/{ID}/{Date} - Shows a list of people who will be at some place within 1 day of your given date, or if it fails

to parse your date it will look for people going within 1 day of the current date. 

/user/myPlannedEvents - Shows the contents of your planned events list /user/addPlannedEvents/{id} - Adds an event with a matching ID to your planned events /user/addPossibleEvents/{id} - Adds an event with a matching ID to your possible events

/places/near/{zipcode}/ - Shows an unfiltered list of results near a given zipcode /places/near/{zipcode}/category/{category} - Shows a list of results for a given category.

A list of categories can be found at https://www.yelp.com/developers/documentation/v3/all_category_list

(Note all of the below are unfinished) /itineraries/ - Shows a list of all public itineraries /itineraries/mine - Shows a list of your itineraries /itineraries/addEvent/{itineraryID}/{eventID} - Adds an event to your itinerary /itineraries/{id} - Show an itinerary, provided you are allowed to see it.

/profile/ - Returns a json object with profile date (As or right now)

/login/ - Allows a user to login using Google sign in, possibly more in the future.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.