Skip to content

ezegg/spotifyNodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotifyNodejs

Autenthication in Spotify with nodejs and Javascript
  1. Install or update NodeJs
sudo npm cache clean -f

sudo npm install -g n

sudo n stable
  1. Registrate your application in https://developer.spotify.com
  Important ****

var client_id = '***********'; // Your client id

var client_secret = '********'; // Your client secret

var redirect_uri = 'http://localhost:8888/callback'; //Assign this url

3. Clone this project

Open console and write:

npm install

node app.js


Any question contact me in [email protected] or https://www.facebook.com/ezeezeGarcia

About

Autenthication in Spotify with nodejs and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published