All Projects → MechanisM → jquery-icecast

MechanisM / jquery-icecast

Licence: other
jQuery Plugin for Icecast

Programming Languages

XSLT
1337 projects

jquery-icecast.js

jquery-icecast.js is a jQuery plugin that offers a simplistic way to show icecast basic stats on your website.

To start using, you to do three basic things:

1. Mark Up

<ul class="mounts"></ul>

2. JavaScript

$(function(){
$('.mounts').icecast({server:"radio.example.com"});
});

3. json.xsl

place web/json.xsl into icecast web direcory.

Options

server
stationlogo
can be customized easily. implemented only basic needs.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].