๐ฆ๏ธ Weather-API is a lightweight Node.js and Express application that provides real-time weather data using the OpenWeatherMap API. Itโs easy to set upโjust clone the repo, install dependencies, add your API key to the .env file, and start the server. Perfect for developers building web or mobile apps needing fast and reliable weather data!
- ๐ Simple Integration: Fetch weather data with a GET request to
/api/weather/{city}. - ๐ฆ Lightweight & Fast: Built with Express and Axios.
- ๐ Secure API Key Management: Uses dotenv for environment variables.
- ๐ซ Error Handling: Graceful responses for invalid requests.
- ๐ฒ Versatile: Ideal for use in web and mobile applications. ๐