Skip to content

The HelpHero SDK for Javascript with added override for browsers which lack local storage support

License

Notifications You must be signed in to change notification settings

philipvella/helphero-javascript-local-storage-override

 
 

Repository files navigation


Official HelpHero SDK for Browsers

Usage

To use this SDK call the default export with your HelpHero App ID. To checkout the Javascript docs for full list of available methods

import initHelpHero from 'helphero';

const helphero = initHelpHero('<YOUR_HELPHERO_APP_ID>');
helphero.anonymous();

The npm package comes bundled with definitions for both TypeScript and Flow.

About

The HelpHero SDK for Javascript with added override for browsers which lack local storage support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 6.4%