Skip to content

Drooggie/weather-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and setup

Clone Repository

git clone https://github.com/Drooggie/template-docker-laravel.git

Move into Repository

cd template-docker-laravel

Run this command for building and starting containers

docker compose up -d --build && docker compose logs -f app

Then you can see your app in localhost:8888

To test functionality you just can make empty request to that uri localhost:8888/api/v1/weather/Astana.

It will return wrapped data. In the uri you can change location and get different result. For example:

localhost:8888/api/v1/weather/London

After request results will be cached and will be deleted in the beginning of next day.

About

Adapter weather api wrapper with redis caching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages