OpenSTL / backyard-chickens

Better communicate chicken regulations by municipality to the people of Saint Louis and Saint Louis County based on local municipality zoning regulations
https://openstl.github.io/backyard-chickens/
MIT License
5 stars 5 forks source link

Convert data to JSON #13

Closed gavinr closed 5 years ago

gavinr commented 5 years ago

Right now the raw data is in a "javascript" file - defining variables in-line etc. In the spirit of "Open Data", we should convert this to a JSON file so that others can use the raw data if they'd like, and then in our application load the JSON into Javascript variables dynamically.