code4sac / wicit

A simple node/express app for finding locations that accept WIC in California, using data from the new California Department of Public Health open data portal.
http://findwic.com/
MIT License
19 stars 20 forks source link

Updating the chhs integration and mapbox integration #54

Closed feydan closed 6 years ago

feydan commented 6 years ago

Updated the chhs end point to use the new query structure suggested in this issue: https://github.com/code4sac/wicit/issues/50.

Also updated the mapbox integration to work better with their newer format for integrating map styles.

I removed all env variables, and added the MAPBOX_INTEGRATION_URL parameter. I've included instruction in the README for getting this working locally.