Search track/album/artist in your Spotify playlists.
-
You should create a spotify application and add redirect URLs like
http://localhost:3000/callback
. -
You should create
.env
and write your client id to this file.$ cat .env REACT_APP_SPOTIFY_CLIENT_ID=CLIENT_ID
- Clone repository using
git clone https://github.com/gokberkakdeniz/soapify-web
- Install dependencies using
npm install
oryarn install
. - Start application using
npm run start
oryarn start
.
- Rate limit handling
- Compact Track UI for mobile