A simple weather app Powered by Open Weather API.
Demo: http://weather-app-fcc.surge.sh/
Github: https://github.com/imondal007/weather-app.git
Once you have cloned the repo, navigate in to the directory via terminal and run.
npm i
Then run
gulp
You are ready to go 👍
Make sure you have npm & gulp installed in your machine globally.