Skip to content

atsid/mayors-hotline-explorer

Repository files navigation

Mayor's Hotline Explorer

Boston's Mayor's 24-hour Constituent Service allows Boston's citizens a way to engage with the City government to report and track issues that concern them.

The City of Boston and its Department of Innovation and Technology are sponsoring a public hackathon to develop data visualizations from the City's open data portal.

This site, the Mayor's Hotline Explorer provides an interactive visualization of the public records concerning reported incidents.

Data assets used

Technologies used

Development tools used

Development instructions

It should be sufficient to start from a clean checkout and issue:

npm install
gulp

Serve the content locally out of the 'dist' directory.

When it comes time to publish to GitHub Pages, set the environment variables SOCRATA_APP_TOKEN and GA_TRACKING_ID to inject the correct info for the production instance and issue:

gulp --env production deploy