spotify / web-api-examples

Basic examples to authenticate and fetch data using the Spotify Web API
Apache License 2.0
1.99k stars 1.67k forks source link

Buffer() Deprecation #48

Open jacksonmelcher opened 4 years ago

jacksonmelcher commented 4 years ago

Replaced Buffer() with new Buffer.from() because of depreciation warnings. Link to fix explanation here.

kingma-sbw commented 3 years ago

when will this be merged?