• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    CSS
  • Created over 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Replay your Spotify favorites

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