Skip to content

funnelbranch/funnelbranch-script-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❌ Funnelbranch has been discontinued ❌

❌ The script will no longer work.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published