- develop an app which allows user to enter a city and date and update display UI with city, country and weather information for the appropriate date
-
utilize GeoNames.org API to fetch location data
-
utilize Pixabay.com API to fetch images of city and country
-
utilize Weatherbit.io to fetch weather for certain dates
-
use webpack for development and production builds
-
use jest to test
-
install and use service workers
- Incorporated weather icons into forecasts
-
git clone this repo
-
run npm install
-
obtain API keys for Weatherbit, Pixabay and GeoNames with your own accounts and place them in .env file matching api keys in server.js
-
run npm run build- dev
-
run npm run build-prod
-
run npm run start
