Skip to content

fjd/jquery-icecast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

jQuery Plugin for Icecast

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors