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

https://github.com/mcampourcy/hexatime

Transform the background color with current time https://mcampourcy.github.io/HexaTime/
https://github.com/mcampourcy/hexatime

css es6-javascript javascript

Last synced: about 2 months ago
JSON representation

Transform the background color with current time https://mcampourcy.github.io/HexaTime/

Awesome Lists containing this project

README

        

# HexaTime
Transform the background color with current time (Javascript ES6)

Demo : https://mcampourcy.github.io/HexaTime/

Takes the current hh:mm:ss and convert it in HSL (in hexa in the first place, but eh, it's nicer like that)

Small exercice to test the Observer pattern in ES6

![class diagram](img/classDiagram.png)