- A weather application built on javascript using Nodejs, Express.js
- App uses NoSql database, mongodb.
- App uses OpenWeather API.
- Unit & Integration testing built using Mocha, Chai.
- Node.js (v8 or higher)
- Clone repo
- Run
npm install
- Run
npm run start:dev
- Visit http://localhost:3000/
- To run test
npm run test
- Weather forecast for user city
- Home Page
- Open permissions to get user location
- User location is detected, Click Get weather to show 8-day forecast
- Weather forecast for user city