Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
/ throwbacks Public archive

Make spotify playlists based on your last.fm scrobbles from the past

License

Notifications You must be signed in to change notification settings

renatolond/throwbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

throwbacks

Make spotify playlists based on your last.fm scrobbles from the past

Running

Create a file in libs/config.js with the content like this:

module.exports = {
	appKey: '<SPOTIFY_API_KEY>',
	appSecret: '<SPOTIFY_API_SECRET>',
	lastFMApiKey: '<LASTFM_API_KEY>'
}

Then start the app using:

gulp

And for the backend:

npm start

The app will be available on port 8888.

About

Make spotify playlists based on your last.fm scrobbles from the past

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages