Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barenddt/soundify
Soundcloud Client built using React & Redux
https://github.com/barenddt/soundify
react react-redux soundcloud soundcloud-api soundcloud-client soundcloud-player soundcloud-web
Last synced: 2 months ago
JSON representation
Soundcloud Client built using React & Redux
- Host: GitHub
- URL: https://github.com/barenddt/soundify
- Owner: barenddt
- License: mit
- Created: 2019-07-31T22:40:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:21:34.000Z (about 2 years ago)
- Last Synced: 2024-10-10T01:00:50.659Z (2 months ago)
- Topics: react, react-redux, soundcloud, soundcloud-api, soundcloud-client, soundcloud-player, soundcloud-web
- Language: JavaScript
- Homepage: http://soundify.barend.io
- Size: 3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/barenddt/soundify/workflows/Node.js%20CI/badge.svg)
## Soundify - [Demo](http://soundify.barend.io)
Soundify is a Soundcloud Player for the Web built using React & React Redux.
---
### Navigation
1. [Getting Started](#started)
2. [Frameworks](#frame)### Getting Started
$ git clone https://github.com/barenddt/soundify.git
$ cd ./soundify
$ yarn
$ yarn client### Frameworks
- [React](https://github.com/facebook/react)
- [Redux](https://github.com/reduxjs/redux)
- [React-redux](https://github.com/reduxjs/react-redux)
- [soundcloud-v2-api](https://github.com/barenddt/soundcloud-v2-api)