Download a midi file of your github contributions.
Using NPM:
$ npm install gh.midi
Using the webservice API:
https://ghmidi.now.sh/api/[USERNAME]
Using the website interface
https://ghmidi.now.sh/
A CLI version is also available for this package.
Once installed using NPM, you can require it on your node scripts:
const GHMidi = require("gh.midi");
const midiBytes = GHMidi("[USERNAME]", options);
Number of days from today to include. [default 365
]
Set of 4 chords to use in ascending order. [default: ["C", "F", "G", "Am"]
]
Set the song beat per minutes. [default: 120
]