Day Tripper is an itinerary building application. Users can pick location for events accessing the Yelp API adding a description and time frame. Once an event is added, the location will show up on the Google Map and give directions for the user. The map can take up to 23 events/points
- Brian Jin
- Allen Le
- Bryan Nguyen
- Mona Taleb-Agha
Enter a search query and location to access the Yelp API, the results appear below the 'Search' element. All results are links to their respective Yelp pages, by clicking the star on the top left, the user can add that location as an event to their itinerary while adding an event description and time. Once added, the event location appears on the map with a route once mulitple points are added. By clicking event entries in the list, the user can edit the description and time of the event as well as delete the event entry.
- Node 6.4.x
- Redis 2.6.x
- Postgresql 9.1.x
- etc
- etc
** ALL DEPENDENCIES ARE IN package.json **
From within the root directory:
npm install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.