Installation
Install availability-js in your project.
Installation
Install via npm, yarn, or pnpm:
npm install availability-jsyarn add availability-jspnpm add availability-jsDependencies
availability-js depends on date-fns and date-fns-tz for date and timezone handling. They are installed automatically as dependencies.
Requirements
- Node.js 18+ (or any environment that supports ES2020)
- TypeScript 4.5+ (optional, for type definitions)