codeforamerica / courtbot

Your friendly neighborhood court robot. Provides an api for getting court case information.
ISC License
48 stars 55 forks source link

loaddata.js #12

Open jakedurell opened 6 years ago

jakedurell commented 6 years ago

We were just trying to load the CSV data by using the URL string provided in the loaddata.js file in the utils folder. This is the string here:

var yesterday = moment().subtract('days', 1).format('MMDDYYYY'); var url = 'http://courtview.atlantaga.gov/courtcalendars/' + 'court_online_calendar/codeamerica.' + yesterday + '.csv';

That file doesn't seem to be available anymore.

Does anyone have a current URL that works, or a sample of a csv file that came from the link in the past. We are just trying to show judiciary here what other states provide.

Thanks!