Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.36 KB

File metadata and controls

51 lines (30 loc) · 1.36 KB

Weather App

Codacy Badge GitHub code size in bytes David licence

Weather App

Weather app to give you the forecast of any location in the world.

You can visit the app here

Server

The server is made on nodejs (v12.4.0)

Express.js is used as the server framework

Frontend

The frontend is made with HTML, CSS and Vanilla JS

API

  • 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.


For Developers

NPM Commands

  • npm i install all dependencies
npm i
  • npm run start starts the server
npm run start

Leave a star ⭐ , if you like 👍 it.