- Install Nodejs
- Download Nodejs Weather App
git clone https://github.com/zawmyolatt/nodeWeatherApp
cd nodeWeatherApp/
- Install node packages
npm install
- Setup Weather API And Run
cd nodeWeatherApp/ #no need to run if already in this folder
cp .env.example .env #change author weather forecast api
npm start
- Unit Testing
This Pets App is open-sourced software licensed under the MIT license.