all-clock
v1.0.0
Published
All types of clocks are digital, analog, countdown, etc.
Maintainers
Readme
Facebook Like vir-za
This is a package to add a feature same like facebook vir-za
Installation
To install this package, first you need node js. Then You need to follow
$ npm install all-clock
Use Case
import { analogClock } from "all-clock";
console.log(analogClock);all-clock
All types of clocks are digital, analog, countdown, publishedTimeAgo etc.
USAGE
import { digitalClock, publishedTimeAgo, countdown } from 'all-clock'
// this also works:
// const { digitalClock, analogClock } = require('all-clock')
console.log(countdown("Dec 6, 2050 15:37:25"));examples: digitalClock('id_clock_display') publishedTimeAgo(timestamp) analogClock() -addDate = "Dec 6, 2050 15:37:25" (example)
