Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/setaman/soundcloud-sync

Synchronize likes, followings and playlists between two SoundCloud accounts
https://github.com/setaman/soundcloud-sync

soundcloud soundcloud-sync synchronization

Last synced: 23 days ago
JSON representation

Synchronize likes, followings and playlists between two SoundCloud accounts

Awesome Lists containing this project

README

        

# SoundCloud-Sync

With this app you can easily synchronize likes, folowings and playlists between two SoundCloud accounts. I love SoundCloud, and this app was made just for fun, with the intention to learn new things, try out new concepts and to explore the SoundCloud API.

The App is built with Electron and Quasar. Currently the registration of new apps for SoundCloud API is disabled. And the API-v1 seems to be slowly shut down (that's sad). So the app uses an uncomfortable workaround for user authentication and the app relies on non-public API-v2. No one should ever use this app.

App demo

## Development

```
npm run dev-e // run electron app in development mode
npm run build // build for windows
```