🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

spotify-js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-js

Spotify Web API SDK

0.0.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

Spotify Web API Javascript SDK

This is a quick Node SDK for the Spotify Web API. Currently only the album and artist endpoints are partially implemented. Please, feel free to contribute.

Todo

  • Implement the rest of the endpoints
  • Implement user authentication
  • Write docs representative of the SDK, rather than of the API

Usage

var s = require('spotifySdk'),
    spotify = new s();

spotify.albums.find('0sNOF9WDwhWunNAHPD3Baj',function(err, data){
    if (!err) console.log(data);
});

Development

There are some notes regarding the API for use in development in a comment in this file. Any PRs are very welcome indeed.

Thanks

This SDK was inspired by @jacobwg's SDK for The Echo Nest API, so thanks for that :)

Keywords

spotify

FAQs

Package last updated on 17 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts