The app allows to synchronize of playlists from one service to others.
- Spotify
- Yandex Music
sync-config.json
{
"playlists": [
{
"type": "yandex",
"metadata": {
"id": "1004",
"userName": "flomaster-mc",
"name": "РЗТ Mainstream 2022"
},
"excludedTrackIds": [],
"targetPlaylists": [
{
"type": "spotify",
"metadata": {
"id": "5hawKrDsYBhjPKP88E8avR",
"name": "Spotify РЗТ Mainstream 2022"
}
}
]
}
]
}
Build the app for production.
Run the app in production mode.
Run the app in development mode.