Skip to content

moreguppy/soundcloud-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Middleman Boilerplate with Bower

Repo for a static site boilerplate, that uses middleman and bower

Setup

The project runs on middleman, so you'll want to get that set up:

sudo gem install middleman

Then run the bundler to ensure the necessary gems are installed:

bundle install

Bower is used for package management:

bower install

To get running, start the middleman server:

middleman

The site is now running at http://0.0.0.0:4567/

Building

Middleman builds to a static build folder in the root of the project. To create/update this simply run:

middleman build

Soundlcoud SDK

https://developers.soundcloud.com/docs/api/sdks#javascript http://connect.soundcloud.com/examples/streaming.html http://www.schillmania.com/projects/soundmanager2/doc/

About

Messing about with the Soundcloud API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published