/nyc-internet-access

An interactive d3.js map showing which NYC Community Districts have the most households without broadband internet access

Primary LanguageJavaScript

Data Viz: Map of broadband internet access by NYC Community District

hannahkates.com/nyc-internet-access

About

This is an interactive map showing which NYC Community Districts have the most households without broadband internet access. It is a simple vanilla JavaScript application with a d3.js chloropleth map.

Data sources

Dependencies

  • d3 v4
  • To implement tooltips, I used d3-tip.js written by Justin Palmer. I copied the code directly into this repo because I had trouble finding a stable, secure link to a hosted version online.

How to run this application locally

  • Clone repo git clone https://github.com/hannahkates/nyc-internet-access.git
  • Run using python dev server python -m SimpleHTTPServer (or other local server options like Atom Live Server)

Resources

This build was guided by these blog posts: