Skip to content

50UM3N/darksky-weather-app

Repository files navigation

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