bmschmidt / babymap

Interactive visualization of most popular baby names by state from 1910-2015

Home Page:https://msbarry.github.io/babymap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Interactive visualization of most popular baby names by state from 1910-2015

https://msbarry.github.io/babymap/


Languages

Language:JavaScript 73.1%Language:HTML 13.0%Language:CSS 10.9%Language:Shell 3.1%