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/
- Host: GitHub
- URL: https://github.com/mcampourcy/hexatime
- Owner: mcampourcy
- License: mit
- Created: 2016-12-14T21:07:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T13:04:35.000Z (over 6 years ago)
- Last Synced: 2023-03-07T22:18:21.473Z (about 2 years ago)
- Topics: css, es6-javascript, javascript
- Language: CSS
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
