adunkman / dc311rn.com

Quickly check the status of a DC 311 service request
https://www.dc311rn.com
MIT License
6 stars 0 forks source link

Replace static services list with API lookup. #44

Open adunkman opened 5 years ago

adunkman commented 5 years ago

As introduced in #43, service request estimates are currently calculated from db/static/services.js, which is an export of dc311api.herokuapp.com/v2/services.json, which is where 311.dc.gov loads its data.

We should probably load the data from somewhere, rather than having a static JSON file. Should it be loaded from there? Should we cache the data?