Skip to content

palampinen/replayify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replayify

Replay your Spotify favorites!

This application uses Spotify Web API to discover users most listened tracks and artists from Spotify. User can also create playlist from their favorite tracks and artists.

Try out replayify.com

Spotify API

Application uses followig parts of Spotify Web API

Create Spotify App

Go to https://developer.spotify.com/dashboard/, log in and create a new App.

Add localhost:3000/callback as Redirect URI in your Spotify App Settings.

Grab the Client Id that will be added to env.js.

Development

  • npm install
  • cp src/env.example.js src/env.js and fill SPOTIFY_CLIENT_ID
  • npm start

Application is based on create-react-app

Photo Credits

Pink headphones Photo by Icons8 team on Unsplash

Top Artists Photo by Joshua Fuller on Unsplash

Top Tracks Photo by Feliphe Schiarolli on Unsplash

Recent Plays Photo by Bruce Mars on Unsplash

License

MIT

About

Replay your Spotify favorites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published