- Go to Weather API
- Create an account and copy API Key to .env.
- Endpoint for get current weather:
api/weather/{city}
- Available on
/api/doc
Docker required. Checked on version 4.38 Installation process is pretty simple
cp .env.example .env
make init
make start
- Start containersmake stop
- Stop containersmake sh
- Enter to container bashmake test
- Run phpunit testsmake remove-all-data
- Remove all containers and volumes