Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 467 Bytes

AQI Notifier

This is a program to notify a user via sms of an average AQI for specified AQI sensors using the Purple Air API.

Set-up

To use this program, you will need to create a .env file with the following:

  • Your own Purple Air api key: "purple_air_api_key"
  • Your own Telnyx api key: "telnyx_api_key"
  • Your own phone number for receiving text message alerts: "my_phone"

Resources