1.0.4 • Published 6 years ago

spotifyapi.js v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

spotifyapi.js

An opinionated wrapper around the Spotify Web API

Usage

const Spotify = require('spotifyapi.js')
const SpotifyApi = new Spotify('clientid', 'clientsecret', 'refreshtoken')

// Pause Playback
SpotifyApi.pause().then(() => console.log('Playback paused.'))

// Resume Playback
SpotifyApi.resume().then(() => console.log('Resumed paused.'))
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago