breadthe / aqi-desktop

A Mac taskbar app for monitoring the Air Quality Index in your zip code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AQI Desktop

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.

AQI Desktop v1.0.0 Location

AQI Desktop v1.0.0 History

Install

Clone the repo, then run:

composer install

npm install

Run in dev mode

npm run dev

php artisan native:migrate
php artisan native:serve

Build

Build for specific platform mac / win / linux.

php artisan native:build mac

Database location

/Users/<user>/Library/Application\ Support/NativePHP/database/database.sqlite

License

This software is open-sourced software licensed under the MIT license.

About

A Mac taskbar app for monitoring the Air Quality Index in your zip code.


Languages

Language:PHP 79.7%Language:Blade 18.4%Language:CSS 1.3%Language:JavaScript 0.6%