Skip to content

Common data adapter functionality across web server and background workers

Notifications You must be signed in to change notification settings

CrossLead/crosslead-adapters

Repository files navigation

crosslead-adapters

Build Status

Common data adapter functionality across web server and background workers

Install

$ npm install --save crosslead-adapters

Usage

Server Side

import { adapterTypes, adapterFactory } from 'crosslead-adapters';

const googleCalendar = adapterFactory.createAdapter(adapterTypes.GOOGLE_CALENDAR);
...

Client Side

If using browserify / webpack / etc., simply require the client module

import { adapterTypes } from 'crosslead-adapters/dist/client';

API

(Coming soon)

Building this project

To compile the project, lint, and run tests run...

npm run test

To start tsc in watch mode, run...

npm run watch

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

About

Common data adapter functionality across web server and background workers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published