airq-dev / hazebot

Building the 411 for air quality in the United States: a texting platform accessible to all, that provides actionable local information to protect your and your community.
https://www.hazebot.org/
MIT License
9 stars 1 forks source link

Surface distances (in miles) in recommendations #124

Closed ianhoffman closed 4 years ago

ianhoffman commented 4 years ago

It would be useful to know how far away places with good AQI are. We could surface this information (in mi) when giving recommendations, since we already calculate it when determining the nearest zipcodes. We'd just need to convert km to mi and add it to the copy.

emjgreen commented 4 years ago

I'll tackle this!

ianhoffman commented 4 years ago

Awesome!

emjgreen commented 4 years ago

Done in https://github.com/airq-dev/hazebot/pull/129