Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 544 Bytes

COMP 426 Final Project

Trip Planner

Built with Node.js, Express.js, MongoDB, Angular 2 APIs used - Google Maps, Dark Sky weather

Choose a starting point and a radius and the application will choose a random location within that radius for you to travel to. It will also show you the weather at that location.

API Usage

  • /api/destinations - see all saved destinations
  • /api/destination - add a new destination to the database
  • /api/destination/:id - see, update, or delete the destination with that ID