Skip to content

a simple, responsive, retro digital clock made entirely with CSS and JS

Notifications You must be signed in to change notification settings

vicapow/digital-clock

Repository files navigation

digital clock

a simple, responsive (and don't forget retro!) digital clock written entirely in CSS and JS. because, why not?

digital clock

Installation

$ component install vicapow/digital-clock

API

   var clock = new DigitalClock({seconds:true})
   clock.setHours(1)
   clock.setMinutes(23)
   clock.setSeconds(45)
   // or set via object
   clock.setTime(new Date)

License

MIT

About

a simple, responsive, retro digital clock made entirely with CSS and JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published