This application provides the current weather for any given city using the Open Weather Map API. It also caches the fetched weather data in Redis to improve performance.
- Node.js
- Redis
- Docker
-
Clone the repository:
git clone https://github.com/yourusername/weather-app.git cd weather-app
-
Run docker compose
docker compose up