This is a script and the resulting output for generating a graph, using data picked up from discogs regarding the number of tape releases per year. This project was created in order for me to write a blog post.
There are two steps to this process...
To regenerate data.txt
, do:
$ npm install disconnect
$ bash fetch-data.sh YOUR_DISCOGS_API_TOKEN
gnuplot plot.gp
generates data.png
.