Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 657 Bytes

Weather-app

Fully functioning website which displays the temperature of any city throughout the world in real-time using the Mapbox-geocoding API, Darksky-weather API, Node.js + Express.js.

Demo

A live demo of weather-app is hosted on Heroku. alt text

Install dependencies

npm install

Run it

node server.js

Navigate to http://localhost:3000/ and enjoy your App !

API References

Mapbox : https://www.mapbox.com

  • provides coordinates for a specific address

Darksky : https://darksky.net

  • provides weather information for a specific address