@busy-hour/node
This package exists to make the usage of Busy Hour API easier.
Getting Started
To get started to use the package, add @busy-hour/node to your package.json by running the following command:
npm install @busy-hour/node
yarn add @busy-hour/node
pnpm add @busy-hour/node
Usage
- Create
BusyHourNode instance by importing BusyHourNode from @busy-hour/core package and pass the api key from the dashboard to the constructor class argument.
- Call any method in
BusyHourNode instance base on your needs (e.g. project.list, user.list, etc.).