True Binary Clock
28 Jun 2015
True Binary Clock is a web app and native Android app. I first programmed it in JavaScript and then ported it to Java for the Android version.
Update
In August of 2016, I updated the web version. This version is now available on GitHub. The only difference between the original and the updated version is how it's coded. I've rebuilt it to be much more modular.
A clock which displays the 'true' binary time in your browser.
Installation
$ git clone https://github.com/logiclogue/true-binary-clock-web.git
$ cd true-binary-clock-web
$ npm install
$ npm run build
Tests
$ npm test
License
True Binary Clock is licensed under the MIT license. See LICENSE.txt.