Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 990 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 990 Bytes

AirQi

GitHub

Simple web app to look up air quality for your city.

Screenshot

Hosting

Completing these steps will bring you a working instance of AirQi on most devices, hosting it on Windows is technically possible but not tested. I recommend getting a Raspberry Pi or some old computer to use it as a server.

git clone https://github.com/Firstbober/airqi
cd airqi
npm install
npm run build
npm run start

Changing server port is as easy as adding PORT=<number> variable into .env or before npm run start command.

Feature requests

These should be placed in issues tab.

Contribute

License

The project is licensed under the GNU AGPL-3.0 license.