Skip to content

jmbejar/rubygoal-webplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<rubygoal-webplayer>

Rubygoal Web Player

Demo

Check it live!

Install

Install the component using Bower:

$ bower install rubygoal-webplayer --save

Or download as ZIP.

Usage

  1. Import polyfill:

    <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
  2. Import custom element:

    <link rel="import" href="bower_components/rubygoal-webplayer/rubygoal-player.html">
  3. Start using it!

    <rubygoal-player></rubygoal-player>

Options

Attribute Options Default Description
foo string bar Lorem ipsum dolor.

Methods

Method Parameters Returns Description
unicorn() None. Nothing. Magic stuff appears.

Events

Event Description
onsomething Triggers when something happens.

Development

In order to run it locally you'll need to fetch some dependencies and a basic server setup.

  1. Install bower & polyserve:

    $ npm install -g bower polyserve
  2. Install local dependencies:

    $ bower install
  3. Start development server and open http://localhost:8080/components/my-repo/.

    $ polyserve

History

For detailed changelog, check Releases.

License

MIT License

About

Rubygoal web player as HTML custom element

Resources

Stars

Watchers

Forks

Packages

No packages published