A simple service to send reminders for bin collections.
This service is pretty heavily tailored towards me. If you'd like to run something similar, you'll need to gather the data in bins.json that corresponds to your local authority and collection zone. Hopefully they have an API!
The service is designed to run in AWS lambda, under python 3.7.
Requires pipenv.
make install
To create a zip file ready to upload to AWS Lambda:
make clean package
pipenv install --dev
pipenv run nosetests