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
-
Pre-requisite : Install node.js
-
unzip the projects folder.
-
install the dependencies
npm install
- Run build for the project using the cmd as follow:
npm run build-prod
- Run the server.
npm start
- View the URL http://localhost:8080/ in browser.
- Run the testing.
npm run test.
API USED
- weatherbit [https://www.weatherbit.io/api],
- Geonames [https://www.geonames.org/], 3.pixabay [https://pixabay.com/]