An open API service indexing awesome lists of open source software.

https://github.com/thinkphp/binaryclock

This plugin MooTools provides functionality for displaying simple binary clock on a page.
https://github.com/thinkphp/binaryclock

Last synced: 3 months ago
JSON representation

This plugin MooTools provides functionality for displaying simple binary clock on a page.

Awesome Lists containing this project

README

          

BinaryClock
======================

This plugin MooTools provides functionality for displaying simple binary clock on a page.

![Screenshot](http://farm5.static.flickr.com/4031/5078844863_bffbee21b2_b.jpg)

How to use
----------

First you must to include the JS files in the head of your HTML document:

#HTML

In your JS:

#JS
window.addEvent('domready',function(){
new BinaryClock('mycanvas');
});

In your HTML body:

#HTML

In your HEAD Style:

#CSS
#mycanvas{border: 1px solid #000;}