@pontx/nager-date
v0.1.1
Published
Type-safe Nager.Date Community API v4 SDK and CLI generated from the product-owned PontxSpec
Maintainers
Readme
@pontx/nager-date
Type-safe Nager.Date Community API v4 SDK and CLI generated from the exact PontxSpec in the Nager.Date metadata product.
Install
pnpm add @pontx/nager-dateSDK
import { createNagerDateClient } from "@pontx/nager-date";
const client = createNagerDateClient();
const holidays = await client.holidays.listHolidaysByYear({
countryCode: "US",
year: 2026,
});CLI
pnpm add --global @pontx/nager-date
pontx-nager-date list apis
pontx-nager-date call holidays listHolidaysByYear --countryCode US --year 2026 --dry-runTerms
This package makes caller-directed requests only. Nager.Date Community API terms allow private or non-profit projects and require active sponsorship for commercial use. Confirm your own entitlement before use. Pontx Hub neither proxies nor aggregates the upstream holiday data.
