Weather App
Deployed on heroku.
Sample .env:
darksky_key="ABCxyz"
mapbox_key="DEFpqr"
Clone the repo
git clone https://github.com/paawankohli/weather-app.git
cd weather-app
Install Dependencies
npm install
Run
node src/app.js
Run using nodemon and watch extensions hbs,js,css
nodemon src/app.js -e hbs,js,css