Skip to content

Instantly share code, notes, and snippets.

@mshwery
mshwery / README.md
Last active August 29, 2015 14:01 — forked from mbostock/.block
Pie Chart v2

This pie chart is constructed from a JSON file storing the populations of various age groups. The chart employs a number of D3 features:

@mshwery
mshwery / Procfile
Created May 6, 2019 13:59
Use Heroku's release feature to deploy Typescript NodeJS sourcemaps to Sentry. So you can properly debug transpiled Typescript files!
release: bash ./release-sentry.sh
web: npm start