Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.6 KB

_README.md

File metadata and controls

53 lines (34 loc) · 1.6 KB

Day Tripper

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

Magnanimous Monkeys

  • Brian Jin
  • Allen Le
  • Bryan Nguyen
  • Mona Taleb-Agha

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Roadmap
  5. Contributing

Usage

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.

Requirements

  • Node 6.4.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

** ALL DEPENDENCIES ARE IN package.json **

From within the root directory:

npm install

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.