spotify_search
v1.0.0
Published
Searches name/artists from spotify and displays results
Downloads
1
Readme
spotify_search
Searches name/artists from spotify and displays results
Basic Usage
const spotSearch = require('spotify_search');
spotSearch.getArtists('michael')
.then((data)=>{
console.log(data);
})