
A pure JavaScript and HTML5 canvas based polar clock which displays the current local time in polar coordinates.
How to use it:
Download the zip and link to the necessary JavaScript & CSS files in the document.
<link rel="stylesheet" href="css/clock.css"> <script src="js/clock.js"></script>
Create an HTML canvas element for the polar clock.
<canvas></canvas>







