Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danangfir/weatherbackredis

Weather API wrapper service using Redis cache for efficient data retrieval. Demonstrates API integration, caching, and environment variables.
https://github.com/danangfir/weatherbackredis

axios dotenv ioredis nestjs redis typescript

Last synced: 7 days ago
JSON representation

Weather API wrapper service using Redis cache for efficient data retrieval. Demonstrates API integration, caching, and environment variables.

Awesome Lists containing this project

README

        

# Weather API Wrapper

This is a NestJS and redis project for wrapping a weather API.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/weather-api-wrapper.git
cd weather-api-wrapper

test endpoint
curl http://localhost:3000/weather/Jakarta
```

run application
```
npm start
```

run redis
```
redis-server
```
# weatherBackRedis