elementary / settings-daemon

GNU General Public License v3.0
14 stars 11 forks source link

Emergency Alerts #29

Open danirabbit opened 4 years ago

danirabbit commented 4 years ago

Android and iOS both seem to deliver localized emergency alerts such as weather warnings, amber alerts, etc. @quassy helped do some research on emergency alert APIs:

The Unites States NWS has this JSON API: https://www.weather.gov/documentation/services-web-api

It looks like we can request access to IPAWS alerts by sending an email: https://www.fema.gov/services-and-systems#

MissingKids.org has public REST endpoints http://www.missingkids.org/bin/ncmecEndpoint?endpoint=en_US&rest=&action=hashTables&languageCountry=en_US

danirabbit commented 3 years ago

I'm going to move this to settings-daemon since it seems like it might be better for another running process to handle sending notifications