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.
A live demo of weather-app is hosted on Heroku.
npm install
node server.js
Navigate to http://localhost:3000/
and enjoy your App !
Mapbox : https://www.mapbox.com
- provides coordinates for a specific address
Darksky : https://darksky.net
- provides weather information for a specific address