/TripItClone

Primary LanguageJavaScript

A travel app

About

This project is a TripIt Clone that obtains a desired trip location & date from the user, and displays weather and an image of the location using information obtained from external APIs.

API's Used

  1. Geonames API
  2. Dark Sky API
  3. Pixabay API

How to run the project

  1. Download zip file or clone repo
  2. cd into foot folder of the application
  3. Run npm install to install dependencies
  4. Run npm start to see the page open up in the browser

Tests

This project has 1 test each for the express server and application javascript

To run the tests, use npm run test

Extended Options/standing out

Added an end date and displayed the length of trip.

TODO: clear cache on reload