Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 505 Bytes

Darksky weather app

Simple weather app using Node JS and Dark Sky

Preview

Screenshot

Live demo My weatherapp

Usage

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