world-clockify
Advanced tools
Comparing version 1.4.3 to 1.4.5
@@ -29,9 +29,13 @@ <details open> | ||
- [API Overview](./api/Introduction.md) | ||
- [Fetch Current Time API](./api/fetchCurrentTime.md) | ||
- [Fetch Supported Timezones API](./api/fetchSupportedTimezones.md) | ||
- [Fetch Converted Time API](./api/fetchConvertedTime.md) | ||
- [Fetch Time Difference API](./api/fetchTimeDifference.md) | ||
- [Calculate Duration API](./api/calculateDurationAPI.md) | ||
- [Format Date in Timezone API](./api/formatDateInTimezoneAPI.md) | ||
- [Fetch Current Time](./api/fetchCurrentTime.md) | ||
- [Fetch Supported Timezones](./api/fetchSupportedTimezones.md) | ||
- [Fetch Supported Calendars](./api/fetchSupportedCalendars.md) | ||
- [Fetch Supported Currencies](./api/fetchSupportedCurrencies.md) | ||
- [Fetch Converted Time](./api/fetchConvertedTime.md) | ||
- [Fetch Time Difference](./api/fetchTimeDifference.md) | ||
- [Calculate Duration](./api/calculateDurationAPI.md) | ||
- [Format Date in Timezone](./api/formatDateInTimezoneAPI.md) | ||
- [Format Date for locale](./api/formatDateInLocale.md) | ||
- [Fetch Count Down To Event](./api/getCountdownToEvent.md) | ||
</details> |
@@ -5,3 +5,3 @@ Let’s explore why a user might prefer to use the API endpoints instead of installing your world-clockify NPM package. While both options offer timezone and date manipulation features, there are several distinct use cases where the API might be a better fit: | ||
Our base URl for the API is `https://world-clockify.com/api/v1/` and all the endpoints are relative to this base URL. | ||
Our base URl for the API is `https://world-clockify-api.onrender.com/api/v1` and all the endpoints are relative to this base URL. | ||
@@ -8,0 +8,0 @@ ## 1. Serverless/Lightweight Client Applications |
@@ -5,12 +5,14 @@ ## Installation | ||
Then You can install the package via npm or yarn. | ||
You can install `world-clockify` using any of these popular package managers: | ||
```shell | ||
```bash | ||
npm install world-clockify | ||
``` | ||
or yarn | ||
```bash | ||
yarn add world-clockify | ||
``` | ||
```bash | ||
pnpm add world-clockify | ||
``` |
{ | ||
"name": "world-clockify", | ||
"version": "1.4.3", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"version": "1.4.5", | ||
"scripts": { | ||
@@ -30,2 +27,10 @@ "build": "tsup", | ||
], | ||
"main": "dist/index.js", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"homepage": "https://shivam-sharma7.github.io/world-clockify/#/", | ||
@@ -32,0 +37,0 @@ "repository": { |
@@ -22,2 +22,4 @@ <div align="center"> | ||
There are many more features available in the package. | ||
## Download/install | ||
@@ -30,2 +32,3 @@ | ||
- [General documentation](https://shivam-sharma7.github.io/world-clockify/#/) | ||
- [API documentation](https://shivam-sharma7.github.io/world-clockify/#/./api/Introduction) | ||
@@ -32,0 +35,0 @@ ## Development |
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
54104
39
41