You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A macOS menu bar application that displays live air quality data from the nearest sensor station. It can also notify you when the air quality index changes or when a new, closer station is found.
8
+
Airqmon is a macOS menu bar application that displays live air quality data from the nearest sensor station. It can also notify you when the air quality index changes or when a new, closer station is found.
9
9
10
10
<palign="center">
11
11
<imgwidth="492"align="center"alt="Airqmon window with measurement details"src="https://airqmon.app/assets/[email protected]" />
@@ -19,7 +19,11 @@ A macOS menu bar application that displays live air quality data from the neares
19
19
20
20
-[Airly][airly] - over 20k sensor stations in many cities around the world in addition to data provided from third-party services like PurpleAir. Check the [Airly map][airly-map] for full coverage.
21
21
22
-
**Disclaimer:** Airqmon API is using my own personal [Airly][airly] API key, which falls under the general [Airly free usage rate limits][airly-pricing]. When inquired about increasing the limits to sustain the rising number of Airqmon's users, Airly asked me in return to sign a legally binding contract. Due to the nature of this project, I am unable to comply with this demand. As a result, Airqmon will stop displaying air quality data at a certain user threshold, or the displayed data will be outdated.
22
+
## Source code-only
23
+
24
+
Due to the reasons described in [this comment](https://github.com/jsynowiec/airqmon/issues/50#issuecomment-1008751034), I am no longer willing to cover the monthly costs associated with the Airqmon API and Google Geolocation.
25
+
26
+
I have removed all binaries from the current and previous releases as they will no longer work. You can host the Airqmon API on your own and clone the latest release to build your version of the app.
23
27
24
28
## Build & installation
25
29
@@ -34,37 +38,15 @@ There are a few options available to customize on the preferences window that yo
34
38
35
39
## Airqmon API
36
40
37
-
From version 2, Airmoqn uses the Airmon API, a companion service, to find the nearest station and fetch measurements.
38
-
39
-
## FAQ
40
-
41
-
### macOS doesn't allow me to start the app
42
-
43
-
Since macOS Sierra, if you try to open an app that is not registered with Apple by an identified developer you get a warning dialog. Airqmon is not signed nor was submitted to Apple for review.
44
-
45
-
<palign="center">
46
-
<imgwidth="372"alt="Screenshot 2021-03-02 at 10 02 17"src="https://user-images.githubusercontent.com/1029142/109624419-7cfbd600-7b3e-11eb-8651-3737b93d2641.png">
47
-
</p>
48
-
49
-
To override your security settings and open the app:
41
+
From version 2, Airqmon uses the [Airmon API][airqmon-api], a supplementary service, to find the nearest station and fetch measurements.
50
42
51
-
1. In the Finder, locate the app you want to open.
52
-
2. Control-click the app icon, then choose Open from the shortcut menu.
From version 2.1.1, Airqmon uses the free ip-api.com for geolocation. If you want to switch back to the Google Geolocation API, revert the relevant changes from the [1fe51d](https://github.com/jsynowiec/airqmon/commit/1fe51d966f15caeeca1e6385d01b96c6e266210c) commit.
55
46
56
47
## Privacy
57
48
58
-
Airqmon application does not track any personal identifiable information or usage analytics.
0 commit comments