VacFind / GeoCompare

A tool designed to help the creators of vaccine finder tools easily manipulate, combine, and move data to allow everyone to have better access to data about vaccination sites during the pandemic
https://vacfind.github.io/GeoCompare/
MIT License
0 stars 3 forks source link

add support for VaccineSpotter data #3

Closed MoralCode closed 3 years ago

MoralCode commented 3 years ago

vaccinespotter.org is one of the most popular central/national sites for webscraped vaccine availability.

they have a "very beta API" here: https://www.vaccinespotter.org/api/ that appears to be geoJSON so using the same geoJSON parser from should be mostly okay, however I believe vaccinespotter also has some level of custom fields that may be useful to add to the parser API

it would be nice to have a fetcher that works for this site so other projects can compare their data against it