world-clockify
Advanced tools
Comparing version 1.1.0 to 1.1.2
{ | ||
"name": "world-clockify", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"main": "./dist/index.cjs", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
@@ -5,12 +5,18 @@ <div align="center"> | ||
<a href="https://github.com/shivam-sharma7/world-clockify/actions/workflows/ci.yml"><img alt="Node.js CI" src="https://github.com/shivam-sharma7/world-clockify/actions/workflows/ci.yml/badge.svg"></a> | ||
<a href="https://www.npmjs.com/package/world-clockify"><img alt="npm version" src="https://img.shields.io/npm/v/world-clockify"></a> | ||
<a href="https://github.com/shivam-sharma7/world-clockify/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/shivam-sharma7/world-clockify"></a> | ||
<a href="./LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/shivam-sharma7/world-clockify"></a> | ||
</div> | ||
## Features | ||
<br/> | ||
This is a lightweight and timezone-aware date utility package built on top of the powerful Luxon library. It simplifies the handling of complex timezone-based date operations, making it especially useful for global teams managing scheduling across multiple timezones. | ||
## Key Features | ||
- Convert date/time between different timezones. (e.g. Asia/Kolkata). | ||
- Get the current time in any timezone. (e.g., Asia/Kolkata) | ||
- Calculate the time difference (in hours) between two timezones. (e.g., 'America/New_York', 'Europe/London'); | ||
- Supports both JavaScript and TypeScript | ||
- Calculate the time difference (in hours) between two timezones. | ||
- Supports for both JavaScript and TypeScript developer. | ||
@@ -57,1 +63,10 @@ ## Installation | ||
``` | ||
## Development | ||
See [Contributing](./CONTRIBUTING.md). | ||
## Support | ||
Give a ⭐️ if this project helped you! | ||
You can also sponsor me on [Github](https://github.com/sponsors/shivam-sharma7) |
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
11208
71