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

5.10.0 • Public • Published

Jellyfish Outreach Plugin

Provides a sync integration for Outreach.

Usage

Below is an example how to use this library:

import { outreachPlugin } from '@balena/jellyfish-plugin-outreach';
import { PluginManager } from '@balena/jellyfish-worker';

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

Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-outreach

Testing

Unit tests can be easily run with the command npm test.

You can run integration tests locally against Postgres and Redis instances running in docker-compose:

npm run compose
REDIS_HOST=localhost POSTGRES_HOST=localhost npm run test:integration

You can also access these Postgres and Redis instances:

PGPASSWORD=docker psql -hlocalhost -Udocker
redis-cli -h localhost

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-plugin-outreach

Weekly Downloads

20

Version

5.10.0

License

AGPL-3.0

Unpacked Size

95.7 kB

Total Files

45

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io