Skip to content

Releases: groundgamela/mutual-aid-networks

Changing to requesting data over REST API

27 Mar 23:19
Compare
Choose a tag to compare

This changes the main request to getting the data over the REST API instead of a direct database connection. This will reduce costs for the database read.

The mapbox style url and api key were both converted to environmental variables for easier sharing.

The README has been updated with the names of all the env variables the app uses.