@zwilla/meterwidget
v1.0.1
Published
As part of a project written in Grails to analyse the SMS messages which came into the BBC Radio studio, I put together a user interface in Javascript that showed the incoming rate of messages. The idea was to present this as a speedometer. I also added a
Downloads
3
Readme
MeterWidget 1.0
Table of Contents
Install
Install with npm:
$ npm install --save meterwidget
Quickstart
var meterwidget = require('meterwidget');
<div id="meter"></div>
<script type="text/javascript">
$('#meter').meter();
</script>
License
Copyright © 2013, Dave Dupplaw. Released under the MIT License.
Original source: http://david.dupplaw.me.uk/js/widgets/MeterWidget-1.0.js