Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 643 Bytes

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