A playlist converter. Convert playlists created on spotify to youtube and vice-versa.
https://converter.coisas-mais-estranhas.com.br
converter
music
playlist
playlist-converter
playlist-generator
spotify
spotify-playlist
youtube
youtube-music
youtube-playlist
- TypeScript 99.4%
- Shell 0.3%
- JavaScript 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .vscode | ||
| app | ||
| assets/images | ||
| common | ||
| components | ||
| constants | ||
| hooks | ||
| server | ||
| .gitignore | ||
| app.json | ||
| eslint.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tunnel.sh | ||
Playlist Converter 🎶
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.
To run yourself
Backend Server
-
Open server directory
cd server -
Install dependencies
npm install -
Start the server
npm run dev
Frontend Client App
-
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.