Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 753 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 753 Bytes

⛅ Weather App

Developed using Node.js (Express.js)

Live Demo Video:

DemoVideo.mp4

API Used for getting the weather of any city :

OpenWeatherMap Api https://openweathermap.org/

API Used for getting the weather of Current City :

RapidApI (ip-geolocation)

👇Steps to initialize the project:

  • Clone the repository
$ git clone https://github.com/anjupriya-v/weather-app.git
  • Redirect to the cloned repo directory

  • Open up the terminal

  • Install the dependencies

npm install
  • Start the project
npm start