soundcloud-user-id
v1.0.2
Published
Script to retrieve the soundcloud user id of an artist
Downloads
7
Readme
soundcloud-user-id
To use the script:
const soundcloudService = require('soundcloud-user-id')
soundcloudService.getSoundcloudUserId('justinbieber')
.then(soundcloudUserId => {
console.log('id: ', soundcloudUserId)
})