jorihardman / lastfmtospotify

Converts Last.fm loved tracks to a Spotify playlist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last FM Loved Tracks to Spotify Playlist Build Status

Install/Run

Install Nodejs,
Clone the repository and install its dependencies running:

$ npm install
$ cd main
$ node app.js

Then, open http://localhost:8888 in a browser.

Using your own credentials

This app uses a client ID and secret key. If you are planning to use this app , please register your app and get your own credentials instead of using the ones in this project.

Go to My Applications on Spotify Developer and create your application. For this application I registered the following Redirect URI:

Once you have created your app, replace the client_id, redirect_uri and client_secret in app.js with the ones you get from My Applications.

About

Converts Last.fm loved tracks to a Spotify playlist.


Languages

Language:JavaScript 74.8%Language:HTML 19.2%Language:CSS 6.0%