/201902-vaccination-rates

Lookup of vaccination rates

Primary LanguageJavaScriptMIT LicenseMIT

201902 Vaccination Rates

Lookup of vaccination rates

Application data

  • Child care centers vaccinations rates from MN Department of Health.
  • Kindergarten vaccinations rates from MN Department of Health.
  • Active license and address information manually compiled and not in repo. Should be put into sources/childcare_vax.json.

Get source data:

curl -L "http://www.health.state.mn.us/divs/idepc/immunize/stats/childcare/center1718.xlsx" | in2csv -H -f xlsx > sources/child-care-centers.csv;

curl -L "http://www.health.state.mn.us/divs/idepc/immunize/stats/school/pervaxkind1718.xlsx" | in2csv -H -f xlsx --sheet "K_School" > sources/kindergartens.csv;

For processing, see docs/application-data.md.

Publishing

See docs/publishing.md.

CMS integration

See docs/cms.md.

Development

See docs/development.md.

Files and directories

See docs/development.md.

Managing multiple pages

See docs/pages.md.

Testing

See docs/testing.md.

Code styles

See docs/code-styles-linting.md.

License

Code is licensed under the MIT license included here. Content (such as images, video, audio, copy) can only be reused with express permission by Star Tribune.

Generated

Generated by Star Tribune StribLab generator on 2019-02-11T19:59:40.167Z.