Soundnode App is an Open-Source project to support Soundcloud for desktop Mac, Windows, and Linux.
It's built with Electron, Node.js, Angular.js, and uses the Soundcloud API.
Be aware that Soundnode relies on Soundcloud API which only allows third party apps to play 15 thousand tracks daily. When the rate limit is reached all users are blocked from playing/streaming tracks. The stream will be re-enable one day after (at the same time) streams were blocked.
Follow us on twitter for updates @Soundnodeapp.
Featured on Producthunt, TNW and Gizmodo
- No need to install
- Native media keyboard shortcuts
- Search for new songs
- Easy navigation
- Listen to songs from your Stream, Likes, Tracks, Following or Playlists
- Like songs and save to your liked playlist
- Full playlist feature
- Follow/Unfollow users
And much more!
Since soundcloud applies a rate limit to third party apps, you need to configure your own API key to make soundnode work.
Unfortunately soundcloud suspended new application creation, so to retrieve your api key, you have to dig into the soundcloud website.
- Login to soundcloud.com on favorite browser
- Look for an api call and write down the client_id parameter
- Edit your userConfig.json file (see here for location : https://github.com/eliecharra/soundnode-app/blob/master/app/public/js/common/configLocation.js#L34) and update clientId parameter with the previously retrieved one.
First, building, testing, and reporting bugs is highly appreciated. Please include the console's output and steps to reproduce the problem in your bug report, if possible.
If you want to develop, you can look at the issues, especially the bugs, and then fix them. Here's a list of issues.
Please follow the contribution guidelines.
See the Development page for a complete guide on how to build the app locally on your computer.
Check out Electron documentation
- Windows
- Mac
- Linux
Thanks to all contributors that are helping or helped making Soundnode better.
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 license.