colourtime
v1.0.1
Published
A RNG colour generator based on time dates past 1970.
Downloads
4
Maintainers
Readme
Squanch
===================
A NPM package: ColourTime library will generate you the nicest sudo random colours based on the current timestamp.
Installation
npm install colourtime
Build Status
Usage
let ct = require('ColourTime');
let result = ct();
Output should be similar to #E34B8A
;
Tests
npm test