๐Ÿ“ฆ Asabeneh / webTools

WebTools is a simple JavaScript module which increases productivity

โ˜… 21 stars โ‘‚ 3 forks ๐Ÿ‘ 21 watching
๐Ÿ“ฅ Clone https://github.com/Asabeneh/webTools.git
HTTPS git clone https://github.com/Asabeneh/webTools.git
SSH git clone git@github.com:Asabeneh/webTools.git
CLI gh repo clone Asabeneh/webTools
Asabeneh Asabeneh Create npm-publish.yml 668e554 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“„ .gitignore
๐Ÿ“„ generate_id.js
๐Ÿ“„ package.json
๐Ÿ“„ readMe.md
๐Ÿ“„ show_date_time.js
๐Ÿ“„ webTools.js
๐Ÿ“„ README.md

Web Tools:

Web tools is a simple JavaScript module which provide random id, hexadecimal color, rgb color and date and time.

How to use:

const {webTools} = require('webTools');
const hexColor = webTools.hexaColor();// output: #f1eebd
const rgbColor = webTools.rgbColor() // output: rgb(180,25,90)
const randomId = webTools.generateId();// output: a9fu3d
const displayDateTime = webTools.displayDateTime(); //output: 15/7/2018 06:47

Author:

Asabeneh

License: