- Implement GeoJSON precinct finder via
@turf -
Add workflow for syncing changes to Glitch(edit: rip) - Geocoding functionality via Mapbox(?) API
- Add endpoint for Twilio
- (sigh) Migrate to Google Maps Geocoder so we can link out to Google Maps... links:
- Unit tests for
findPrecinctandgeocodeAddressfunctions - Schema Validation
- OpenAPI generation via
fastify-swagger - Docs on ReadMe! 🦉
- Remove Google fonts in favor of local fonts
- Remove reverse geocoder, link to coordinates instead
- Separate coordinates and example into separate endpoints
- Add address verification prior to running through geocoder to sanitize geocoder API requests
- Add support for Google Sheets user-agent
- JSON Schema Validation for processed data file(s)
- Enhance error handling for
findPrecinct
- Bring back the OpenAPI generation workflow (removed in this commit)
- Address autocomplete via Google Maps Places API