Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 534 Bytes

Trip Planner

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.

Screenshot

screenshot

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

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