Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 566 Bytes

Weather app in Node and Express

This weather app uses weather data from the Dark Sky API (https://darksky.net) and uses the Mapbox API (https://www.mapbox.com) for converting location text into geographic coordinates.

Example

Getting started

  • Clone repo
  • Run npm install
  • Login/create accounts on Dark Sky and Mapbox and create API keys
  • Create a .env file
  • Add you API keys tot he .env file like:
DARKSKY_APIKEY=[key goes here]
MAPBOX_APIKEY=[key goes here]

Run npm run dev

Enjoy :-)