Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 713 Bytes

soapify-web (work in progress 🚧)

Search track/album/artist in your Spotify playlists.

Getting Started

Prerequisites

  • 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
    

Installation

  • Clone repository using git clone https://github.com/gokberkakdeniz/soapify-web
  • Install dependencies using npm install or yarn install.
  • Start application using npm run start or yarn start.

To Do

  • Rate limit handling
  • Compact Track UI for mobile