Created by Faisal R. Al-Shehri.
This project is a travel app that displays basic information that a traveller might find important about any destination he/she types in.
This project uses 3 different API.
- Geonames.
- Weatherbit.
- Pixabay.
The extended option used was:-
- "Add end date and display length of trip."
To install packages:
- npm install
Server runs on port 3000
To run the server:-
- npm run start
To run the project in development environment:
- npm run start => npm run dev
To run the project in production environment:
- npm run build