Skip to content

andreystarkov/overabstracted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overabstracted

I liked over 800 true tech podcasts at soundcloud. And i won't stop. This app shows and plays last liked.

Here the demo.

Also

You can list your playlists as array at ./src/Config/Soundcloud.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

  npm i
  npm start