node-deezer
v0.3.3
Published
Unofficial Node.js wrapper for the Deezer API
Downloads
12
Readme
node-deezer
Unofficial Node.js wrapper for the Deezer API
To run the Express example
- Create your app on developers.deezer.com
- Set application domain to
localhost
for now, and make sure and copy down yourApplication ID
andSecret Key
- Set application domain to
- Copy
deezerCredentials.ex.js
todeezerCredentials.js
- Then change the app secret and app id in
deezerCredentials.js
to your app's credentials from developers.deezer.com npm install
node app.js