This package has been deprecated

Author message:

Spotify does not allow unauthorized api calls anymore.

spotify-find

1.0.1 • Public • Published

spotify-find stability

npm version downloads js-standard-style

Get Spotify catalog information about artists, albums, tracks or playlists that match a keyword string.

Usage

const find = require('spotify-find')
 
find({q: 'Never Gonna Give You Up', type: 'track'}).then(function(res) {
  console.log(res.tracks)
})

Installation

$ npm install spotify-find

License

MIT

Package Sidebar

Install

npm i spotify-find

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • f-mer