An app that handles:
- controlling of self-made air purifier (consists of 230V fan and filters)
- reading PM2.5/10 values from indoors air quality detector
- reading PM2.5/10 values from closest location outdoors via Airly API
- showing air pollution forecast on graphs
See back-end README.md for more details.
App uses Airly API. You need to register your account here (free), obtain an API key and add it to gradle.properties
file in your .gradle home directory. More instructions here.
EN version is available as well.