- Get the weather information for a location.
- Get the information for a specific hour
- Caches the results on a radio.
cp .env.example .env
# Edit .env with your own values.
docker-compose up
url | Description |
---|---|
/:lat/:lon | Returns the weather information of the location by hours and by days |
/:lat/:lon/:hour | Returns the weather information of the location at the specified time |
Simply run:
npm run test