Skip to content

local-interloper/bin-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple binary clock

A simple implementation of a binary clock powered by the HTML's <canvas> element and some javascript.

How to use

  1. Make sure to import clock.js via <script> tags
  2. Have a canvas element with an id atribute set to bin-clock
  3. Open index.html