Code for the Reddit dataisbeautiful DataViz Battle for the Month of April 2019.
Visualize the April Fool's Prank for 2019-04-01 on /r/DataIsBeautiful.
Here is the viz.
git clone git@github.com:jackdbd/reddit-dataviz-battle-2019-04.git
cd reddit-dataviz-battle-2019-04
yarn
The data for this visualization was scraped with Puppeteer.
You can find it at data/data.json
.
You can also run the script by yourself if you want (keep in mind that if the subreddit changes, portions of this script or the entire script may fail).
yarn scrape
To run the visualization locally, type:
yarn dev