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.
- 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
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>