Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.16 KB

Popular Baby Names by State 1910-2015

msbarry.github.io/babymap

Built using D3, webpack, topojson, and nodejs.

Name data is from the U.S. Social Security Administration's "Popular Baby Names" dataset. State outlines are from Natural Earth.

Setup

  • Install yarn
  • Install dependencies: yarn install
  • Install gdal: brew install gdal

To run: npm start

To build: npm run build

To regenerate map: npm run gen

Creator: Mike Barry

Embedding on a Website

To embed on a website, copy and paste this code:

<iframe width="600" height="530" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://msbarry.github.io/babymap/"></iframe><br/><small style="color:#0000FF;text-align:left"><a href="https://msbarry.github.io/babymap/" target="_blank">msbarry.github.io</a></small>