Skip to content

leukeleu/npm-product-fruits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Product Fruits NPM SDK

Use this package for Product Fruits installation into NPM environments. This package can be used in browser environments. The package supports TypeScript.

Instructions

  1. Install this package
npm install product-fruits --save
  1. Use this package
import { productFruits } from 'product-fruits';

// Call this later in your code; it can be called only once.
// This will load Product Fruits content immediatelly.
// Pass the real username of the current user. Read our docs for more options.
productFruits.init('YOUR PROJECT CODE', 'LANGUAGE CODE', { username: '<<REPLACE>>' });

More docs

Read more at https://help.productfruits.com/en/article/npm-package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%