This application gathers air pressure points from an API, saves it and displays information based on these points like chance of headache.
docker-compose up -d- Edit
config/config.jsonto fill in an API key, location and database connection configuration - Open a terminal to the php container
composer installcomposer phinx:migrate- Exit the container
crontab -e- Add
0 7 * * * docker exec air-pressure-php composer do-run -m gatherto crontab to gather air pressure points at regular intervals - Go to http://localhost or your configured host