Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Soundnode/soundnode-app
Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
https://github.com/Soundnode/soundnode-app
angular desktop-app electron javascript music-player nodejs soundcloud
Last synced: about 2 months ago
JSON representation
Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
- Host: GitHub
- URL: https://github.com/Soundnode/soundnode-app
- Owner: Soundnode
- License: other
- Created: 2014-04-25T19:30:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:18:03.000Z (2 months ago)
- Last Synced: 2024-10-11T00:42:59.696Z (2 months ago)
- Topics: angular, desktop-app, electron, javascript, music-player, nodejs, soundcloud
- Language: JavaScript
- Homepage: https://soundnode.github.io/soundnode-website/
- Size: 361 MB
- Stars: 5,142
- Watchers: 152
- Forks: 640
- Open Issues: 276
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - website/) - An open source SoundCloud app for desktop. (Applications / Audio)
- awesome-github-star - soundnode-app
- awesome-starred - Soundnode/soundnode-app - Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API. (nodejs)
- Awesome-Linux-Software - ![Open-Source Software - website/) - An open source SoundCloud app for desktop. (Applications / Audio)
README
[![Join the chat at https://gitter.im/Soundnode/soundnode-app](https://badges.gitter.im/Soundnode/soundnode-app.svg)](https://gitter.im/Soundnode/soundnode-app?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Soundnode App
============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](https://www.twitter.com/soundnodeapp).
Featured on [Producthunt](https://www.producthunt.com/tech/soundnode-2), [TNW](http://thenextweb.com/apps/2016/01/25/soundnode-is-the-soundcloud-desktop-app-youve-been-waiting-for/#gref)
and [Gizmodo](http://gizmodo.com/soundnode-turns-soundcloud-into-a-spotify-like-desktop-1754953529)![alt tag](https://raw.githubusercontent.com/Soundnode/soundnode-app/master/Soundnode-app.png)
## Features
- 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 usersAnd much more!
## Configuration
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](https://soundcloud.com/).
* Login to soundcloud.com on favorite browser
* Look for an api call and write down the client_id parameter
![dev tools](doc/img/dev_tools.png)
* 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.## How to contribute
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](https://github.com/Soundnode/soundnode-app/issues?state=open).Please follow the [contribution guidelines](https://github.com/Soundnode/soundnode-app/blob/master/CONTRIBUTING.md).
## Development
See the [Development page](https://github.com/Soundnode/soundnode-app/wiki/Development) for a complete guide on how to build
the app locally on your computer.Check out [Electron documentation](https://electron.atom.io/docs/)
## Supported Platforms
- Windows
- Mac
- Linux## Author
- [Michael Lancaster](https://github.com/weblancaster)
## Contributors
Thanks to all [contributors](https://github.com/Soundnode/soundnode-app/graphs/contributors) that are helping or helped making Soundnode better.
## License
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 [license](https://github.com/Soundnode/soundnode-app/blob/master/LICENSE.md).