Skip to content

ian-leggett/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :-)

About

A Node weather app using Dark Sky API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published