8000 GitHub - Rajat1999/Weather-App: Weather app to give you the forecast of any location in the world.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rajat1999/Weather-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.8%
  • Handlebars 32.5%
  • JavaScript 30.7%
0