Web app showing weather for city.
Run
git clone
cd */project_folder/*
npm install
Start the server
npm run start:dev
Build
npm run build
Test
npm run test
Using openweathermap api forecasting weather report for any city.
JavaScriptMIT
git clone
cd */project_folder/*
npm install
npm run start:dev
npm run build
npm run test