Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 938 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 938 Bytes

Similarify

Read the changelog here. Go to the beta website deployment here.

How the branches work

  • main
    • The most 'stable' branch.
  • next
    • Next update pushing to Similarify, usually, in testing. If the branch is the same as main, then next contents have been pushed to main.

Deploy status

Netlify Status

Powered by recommendations from Spotify, Similarify is an application that helps you discover the songs you like based on the songs you already like!

Since the application is fully client side, the authentication method used for Spotify is the Implicit grant.

Environment Variables

REACT_APP_SPOTIFY_CLIENT_ID=<SPOTIFTY API KEY>
REACT_APP_REDIRECT_URI=<SPOTIFY_REDIRECT_URI>