Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 503 Bytes

File metadata and controls

20 lines (15 loc) · 503 Bytes

Weather REST API

A RESTful API built with Node.js and Express.js that provides current weather data and a 5-day forecast using the OpenWeather API.

Features

  • Current weather by city
  • 5-day weather forecast
  • Temperature, humidity, and weather conditions
  • Error handling for invalid cities
  • Secure API key management

Tech Stack

Node.js | Express.js | Axios | OpenWeather API | REST API

Endpoints

  • GET /weather?city=Indore
  • GET /weather/forecast?city=Indore

Author

Aditi Rathi