Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.87 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.87 KB

Searchify

Spotify has an very powerfull recommendation API. The bummer is, you bascily have no access to all the nice features trough the Spotify client itself. Here comes Searchify. An simple UI made to help you, find the music you wanna listen to.

If you wanna read more about the API im using go here

Special Thanks to the following Libarys/Companys:

Building yourself

  1. You need a Spotify developer client token. Can be generated in Spotify´s dev dashboard here
  2. Rename/move the template.env file to .env and add your client token under SPOTIFY_CLIENT_KEY
  3. If you plan to go live/make a production build also change LIVE_URI to your URL
  4. Run yarn if you haven´t allready
  5. Run yarn build to make a production build. This will be available in the /build subdirectory