Simple implementation of service, that checks temperature with openweathermap API and sends SMS notifications. Implemented in pure (vanilla) PHP 7.
Installed one of:
- PHP 7 with curl and json modules
- docker (recommended)
Just run ./app.php
- go to task folder
- run:
docker run -v $(pwd):/app --rm --name routee-task php:7.2-cli-stretch /app/app.php