Weather app to give you the forecast of any location in the world.
You can visit the app here
The server is made on nodejs
(v12.4.0)
Express.js
is used as the server framework
The frontend is made with HTML, CSS and Vanilla JS
-
It uses Mapbox api for geocoding the location text into geographic coordinates. Ex -
2 Lincoln Memorial Circle NW
into-77.050,38.889
. -
It uses Darksky to fetch the weather data by provding the geographic coordinates.
npm i
install all dependencies
npm i
npm run start
starts the server
npm run start
Leave a star ⭐ , if you like 👍 it.