/Travel-App

Primary LanguageJavaScript

Travel App Project

Overview

This project requires you to create an asynchronous web app that uses Web API and user data to dynamically update the UI.

Run the application

  1. Pre-requisite : Install node.js

  2. unzip the projects folder.

  3. install the dependencies

npm install
  1. Run build for the project using the cmd as follow:
npm run build-prod
  1. Run the server.
npm start
  1. View the URL http://localhost:8080/ in browser.
  2. Run the testing.
npm run test.

API USED

  1. weatherbit [https://www.weatherbit.io/api],
  2. Geonames [https://www.geonames.org/], 3.pixabay [https://pixabay.com/]