2.0.3 • Published 10 years ago

spotify-refresh v2.0.3

Weekly downloads
10
License
MIT
Repository
github
Last release
10 years ago

#Spotify-refresh Use this module to obtain a new refresh and accessToken from spotfiy

##Example

var refresh = require('spotify-refresh')

refresh(refreshToken, clientID, clientSecret, function (err, res, body) { 
  if (err) return
  body = json.parse(body)
  console.log(JSON.stringify(body)  
})

Which will log something like this

}
   "access_token": "NgCXRK...MzYjw",
   "token_type": "Bearer",
   "expires_in": 3600,
   "refresh_token": "NgAagA...Um_SHo"
}
2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago