1.0.3 • Published 5 months ago

@busy-hour/node v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

@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

  1. Create BusyHourNode instance by importing BusyHourNode from @busy-hour/core package and pass the api key from the dashboard to the constructor class argument.
  2. Call any method in BusyHourNode instance base on your needs (e.g. project.list, user.list, etc.).
1.0.3

5 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago