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:
<ul class="mounts"></ul>
$(function(){
$('.mounts').icecast({server:"radio.example.com"});
});
place web/json.xsl into icecast web direcory.
server
stationlogo
can be customized easily. implemented only basic needs.
- Written by Eugene MechanisM
- Released under MIT License