Skip to content

YashaShetty502/Weather-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Project

This web app displays the live weather🌥 data of any place you want to know!🤩.

It is created by using Node.js and Express.js, so you have to install few npm packages.⚡

  1. express
  2. body-parser
  3. https

The temperature is accessed by using the Open Weather Map API☁ ,which provides us with frequently updated weather. It is available for both free as well as paid subscriptions.💃

Here's a link to their website👀: https://openweathermap.org/

Weather Demo