This is a web app that displays The weather forecast for the next 5 days. The data source of the app is https://openweathermap.org/api.
The app expects the user to provide a (city), (city,state) or (city,country) to lookup and display current weather info and the forecast for the next 9 days.
npm i
npm run bootstrap
npm run start
npm run clean
npm run bootstrap
npm run test:server
npm run test:client