1.0.1 • Published 4 years ago

@funnelbranch/script v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Funnelbranch Script NPM

This is the official source code repository for the funnelbranch.js wrapper module, made suitable for SPA frameworks like React and Angular.

For more information, please visit www.funnelbranch.com.

Installation

yarn add @funnelbranch/script

npm install @funnelbranch/script

Usage

import Funnelbranch from '@funnelbranch/script';

Funnelbranch.initialize('<PROJECT_ID'>)
  .then(funnelbranch => {
    console.log('Funnelbranch initialized');
  });

For more information on the API and different initialization options, please refer to the Funnelbranch Script source code repository.

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago