@busy-hour/node
v1.0.7
Published
Busy Hour Node SDK
Downloads
278
Readme
@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:
# For NPM user
npm install @busy-hour/node
# For Yarn user
yarn add @busy-hour/node
# For PNPM user
pnpm add @busy-hour/node
Usage
- Create
BusyHourNode
instance by importingBusyHourNode
from@busy-hour/core
package and pass theapi 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.).