A Mac taskbar app for monitoring the Air Quality Index in your zip code.
Requires an API key that you can obtain for free by registering at the AirNow portal.
AQI category numbers, descriptions, and colors can be found at AQI 101.
Made with NativePHP, Folio, and Volt.
Clone the repo, then run:
composer install
npm install
npm run dev
php artisan native:migrate
php artisan native:serve
Build for specific platform mac
/ win
/ linux
.
php artisan native:build mac
/Users/<user>/Library/Application\ Support/NativePHP/database/database.sqlite
This software is open-sourced software licensed under the MIT license.