1.0.2 • Published 3 years ago

@taskbuddy/add-on v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Taskbuddy Add On

The official Javascript/Typescript library for building Taskbuddy Add Ons.

Quick start

1. Install

To create an add on for Taskbuddy

npm install @taskbuddy/add-on

**2. Initialize and get the API

import { TBInitAddOn } from '@taskbuddy/add-on'
TBInitAddOn({ ...settings });

... or from a loaded web view iframe

import { TBInitIframe } from '@taskbuddy/add-on'
TBInitIframe({ addOnId, impression, (tbapi) => {
    // load your data
}});

API Details

Go to API documentation