BnSalahFahmi / weather-app

Weather web app made by Node.js, Express, mapbox-geocoding and darksky-weather-api for practicing destructuring, API, ES6, fetch, errors handler, ...

Home Page:https://nodejs-weather-web-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Weather web app made by Node.js, Express, mapbox-geocoding and darksky-weather-api for practicing destructuring, API, ES6, fetch, errors handler, ...

https://nodejs-weather-web-app.herokuapp.com/


Languages

Language:JavaScript 69.3%Language:CSS 17.3%Language:HTML 13.4%