Skip to content
This repository has been archived by the owner on Jan 21, 2018. It is now read-only.
/ spotify-find Public archive

Get spotify catalog information about artists, albums, tracks or playlists.

License

Notifications You must be signed in to change notification settings

f-mer/spotify-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

See Also

License

MIT

About

Get spotify catalog information about artists, albums, tracks or playlists.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published