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: 8 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:21:34.000Z (over 3 years ago)
- Last Synced: 2024-10-10T01:00:50.659Z (over 1 year 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

## 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)