Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewngu/sound-redux
A Soundcloud client built with React / Redux
https://github.com/andrewngu/sound-redux
music react redux soundcloud
Last synced: 27 days ago
JSON representation
A Soundcloud client built with React / Redux
- Host: GitHub
- URL: https://github.com/andrewngu/sound-redux
- Owner: andrewngu
- License: gpl-3.0
- Created: 2015-09-21T03:11:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:12:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T18:01:27.830Z (7 months ago)
- Topics: music, react, redux, soundcloud
- Language: JavaScript
- Homepage: http://soundredux.io
- Size: 3.72 MB
- Stars: 5,011
- Watchers: 143
- Forks: 882
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-apps - SoundRedux - SoundCloud Client
- awesome-github-repos - andrewngu/sound-redux - A Soundcloud client built with React / Redux (JavaScript)
- jimsghstars - andrewngu/sound-redux - A Soundcloud client built with React / Redux (JavaScript)
README
# SoundRedux
**NOTE** It seems that SoundCloud has revoked my api client keys without any explanation or warning. Running the app locally no longer works unless you have a working SoundCloud API client id (SoundCloud has disabled registration of new apps for quite some time now). The live demo is also not working at the moment.
In an effort to learn es6 and [redux](https://github.com/reactjs/redux), this is SoundRedux, a simple [Soundcloud](http://soundcloud.com) client
See it in action at https://soundredux.io
Uses [normalizr](https://github.com/gaearon/normalizr)
1. `npm install`
2. `npm run start`
3. visit `http://localhost:8080`Feedback, issues, etc. are more than welcome!