https://github.com/andreystarkov/overabstracted
underground techno scene highlights | react / soundcloud api
https://github.com/andreystarkov/overabstracted
react react-soundplayer soundcloud-api soundcloud-client soundcloud-player soundcloud-playlists
Last synced: 4 months ago
JSON representation
underground techno scene highlights | react / soundcloud api
- Host: GitHub
- URL: https://github.com/andreystarkov/overabstracted
- Owner: andreystarkov
- Created: 2018-05-04T16:09:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:45:05.000Z (over 2 years ago)
- Last Synced: 2024-09-27T12:01:35.155Z (9 months ago)
- Topics: react, react-soundplayer, soundcloud-api, soundcloud-client, soundcloud-player, soundcloud-playlists
- Language: JavaScript
- Homepage: http://overabstracted-qdmaewy4m.now.sh
- Size: 5.34 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overabstracted
I liked over 800 [true tech podcasts](https://soundcloud.com/starcowsky/likes) at soundcloud. And i won't stop. This app shows and plays last liked.
Here the [demo](https://tech.andreystarkov.now.sh/).
## Also
You can list your playlists as array at ./src/Config/Soundcloud.js
```js
const sources = [
'https://soundcloud.com/afterhours-uk-au/sets/afterhours-podcast',
'https://soundcloud.com/atmoteka/sets/atmoteka-season-4',
'https://soundcloud.com/dinsubsol/sets/romanian-artists-mixes',
'https://soundcloud.com/soundroom-studio/sets/soundroom-podcast',
'https://soundcloud.com/blumarten/sets/blu-mar-ten-music-guest-mixes'
]
```And it will load random playlist on every page load.
### Usage
```console
npm i
npm start
```