skalnik / aqi-wtf

😷 WTF is the AQI near me right now?!
https://aqi.wtf
MIT License
44 stars 12 forks source link

New API #85

Closed skalnik closed 6 months ago

skalnik commented 8 months ago

To be fair, they did email me, but I also forgot.


Closes #84

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aqi-wtf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 0:22am
skalnik commented 8 months ago

This now works, but due to how the API is paid for now, each sensor and field returned is counted against you. I need to adjust this to get a bounding box of your area for the sensors and maybe bust the cache if you're further than like 5km from one or something.

skalnik commented 8 months ago

https://github.com/davidwood/node-geopoint/blob/master/geopoint.js#L123-L159 can maybe borrow this MIT open source impl

skalnik commented 6 months ago

https://github.com/davidwood/node-geopoint/blob/master/geopoint.js#L123-L159 can maybe borrow this MIT open source impl

I ended up using ChatGPT for this

skalnik commented 6 months ago

Imma leave this up in preview for a day so I can see how much my testing cost in terms of tokens and then merge it