Skip to content

ChildrenOfUr/scproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCproxy is your proxy to the realm of SoundCloud

SCproxy SC = new SCproxy('api key goes here');

Load some songs SC.load('firebog','/tracks/111477464');// Returns a future

SCsound firebog = SC.sounds['firebog']; // all loaded songs are stored in the proxy's sounds map.

firebog.play(); //Play

About

A lightweight dart library that allows dart to more easily interact with SoundCloud's JavaScript API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.3%
  • HTML 6.7%