Plataform available at This Link.
This app aims to convert any playlist from any platform to any platform (currently supporting only Youtube and Spotify). It relys on Google Youtube Data API and Spotify API for searching for and fetch songs and create playlists.
-
Open server directory
cd server
-
Install dependencies
npm install
-
Start the server
npm run dev
-
Install dependencies
npm install
-
Start the APP
npx expo start
The app will become available at localhost:8081
and the backend on localhost:3001
, remember to set the proper environment variables into the .env
files at the root directory and inside server folder.