clockjs-npm
Advanced tools
Comparing version 0.0.2 to 1.3.0
{ | ||
"name": "clockjs-npm", | ||
"version": "0.0.2", | ||
"version": "1.3.0", | ||
"description": "Play with the time", | ||
@@ -5,0 +5,0 @@ "main": "function.js", |
@@ -16,3 +16,16 @@ # Clock.js | ||
Get the minutes, seconds, milliseconds, year, month... | ||
``` | ||
console.log(clock.day.Minutes, clock.day.Seconds) | ||
``` | ||
...Create a time tab | ||
``` | ||
const randomName = new clock.Tab() | ||
const secondRandomName = [ | ||
new randomName(clock.day.Day, clock.day.Year) | ||
] | ||
``` | ||
# About | ||
Read more on the [documentation](https://clock.github.io) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1893
2
30