@balena/jellyfish-plugin-flowdock
TypeScript icon, indicating that this package has built-in type declarations

7.2.0 • Public • Published

Jellyfish Flowdock Plugin

Provides contracts needed for a Flowdock historical archive.

Usage

Below is an example how to use this library:

import { defaultPlugin } from '@balena/jellyfish-plugin-default';
import { flowdockPlugin } from '@balena/jellyfish-plugin-flowdock';
import { PluginManager } from '@balena/jellyfish-worker';

// Load contracts from this plugin
const pluginManager = new PluginManager([defaultPlugin(), flowdockPlugin()]);
const contracts = pluginManager.getCards();
console.dir(contracts);

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-plugin-flowdock

Weekly Downloads

6

Version

7.2.0

License

AGPL-3.0

Unpacked Size

49.6 kB

Total Files

21

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io