voteliquid / sf-legislation

Parse SF Board of Supervisor agendas
https://github.com/liquidvote/sf-legislation/tree/master/json
2 stars 1 forks source link

Modularize out array of dates we have #4

Closed dsernst closed 7 years ago

dsernst commented 7 years ago

For single source of truth.

dsernst commented 7 years ago

Not really necessary now that npm start:

  1. downloads from http://sfbos.org
  2. parses into json
  3. and uploads to https://api.liquid.vote

(https://github.com/liquidvote/legislation/commit/ff3179f50e44df8bc5163abf591c881de4c8e41c & https://github.com/liquidvote/legislation/commit/3b78458edadcc916263f9adb20a574fbd6d0b980)

dsernst commented 7 years ago

Maybe still useful for test.js? Can re-open if necessary.