1.0.3 • Published 1 year ago

clock-live v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

clock-live

A simple npm package to get the current time for different countries. Alt text

Installation

npm install clock-live

Usage

const { getTimeForCountry } = require('clock-live'); console.log(getTimeForCountry('US')); // Output: current time in New York console.log(getTimeForCountry('GB')); // Output: current time in London

Supported Countries

  • It is Supported for every country, Do let me know if your country missed.

Contribution

  • Contributions to the package are welcome! If you would like to add support for additional countries or improve the package. Feel free to fork the repository and explore
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago