Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 378 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 378 Bytes

Weather API Wrapper

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

Installation

  1. Clone the repository:
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