node-deezer
v0.3.3
Published
Unofficial Node.js wrapper for the Deezer API
Downloads
16
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
localhostfor now, and make sure and copy down yourApplication IDandSecret Key
- Set application domain to
- Copy
deezerCredentials.ex.jstodeezerCredentials.js - Then change the app secret and app id in
deezerCredentials.jsto your app's credentials from developers.deezer.com npm installnode app.js
