Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danangfir/weatherbackredis
https://github.com/danangfir/weatherbackredis
axios dotenv ioredis nestjs redis typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danangfir/weatherbackredis
- Owner: danangfir
- Created: 2024-06-15T08:27:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T10:35:01.000Z (6 months ago)
- Last Synced: 2024-07-02T05:13:30.588Z (6 months ago)
- Topics: axios, dotenv, ioredis, nestjs, redis, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-wrappertest endpoint
curl http://localhost:3000/weather/Jakarta
```run application
```
npm start
```run redis
```
redis-server
```
# weatherBackRedis