Simple weather app using Node JS and Dark Sky
Live demo My weatherapp
Create account on Darksky, Then copy you API key, then rename .env_sample to .env
# DARKSKY_API="pest here the apt key"
Then run the file name server.js and then open localhost:8080 on your brower
# node server.js
or
# npm run devStart