Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danangfir/weatherbackredis


https://github.com/danangfir/weatherbackredis

axios dotenv ioredis nestjs redis typescript

Last synced: about 1 month ago
JSON representation

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