Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shilza/reactivesound
SoundCloud API client with React
https://github.com/shilza/reactivesound
reactjs redux redux-saga scss soundcloud soundcloud-api
Last synced: about 1 month ago
JSON representation
SoundCloud API client with React
- Host: GitHub
- URL: https://github.com/shilza/reactivesound
- Owner: Shilza
- License: mit
- Created: 2019-04-27T16:47:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:42:01.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T12:01:21.703Z (about 2 months ago)
- Topics: reactjs, redux, redux-saga, scss, soundcloud, soundcloud-api
- Language: JavaScript
- Homepage:
- Size: 153 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/Shilza/ReactiveSound.svg?style=svg)](https://circleci.com/gh/Shilza/ReactiveSound)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)# Reactive Sound
SoundCloud API client built with React. View [Demo](https://shilza.github.io/ReactiveSound)
![Reacive Sound presentation](https://github.com/Shilza/ReactiveSound/blob/master/public/presentation.gif)
# Features
* Getting favorite tracks of a particular user
* Getting liked tracks
* Searching tracks by name
* Listening to tracks
* Giving a nice mood :)# Stack
* React
* React-router
* Redux
* Redux-saga
* SCSS-modules
* React-reveal# Install
1. git clone https://github.com/Shilza/ReactiveSound
2. npm install
3. npm run start