RunKit + npm: node-bandcamp

node v9.11.2
endpointsharetweet
var bandcamp = require('node-bandcamp'); await bandcamp.getTrack("https://zacbentz.bandcamp.com/track/hush-little-potatos").then(e => console.log(e.uri.href));
Created from: https://npm.runkit.com/node-bandcamp
Loading…