@rutter/rutter-link
v1.2.4
Published
Lightweight JavaScript SDK to launch the Rutter Link popup and obtain a short‑lived `public_token` after a merchant connects their platform (e.g., Shopify, Amazon, QuickBooks, etc.).
Downloads
58,826
Keywords
Readme
Rutter Link
Lightweight JavaScript SDK to launch the Rutter Link popup and obtain a short‑lived public_token after a merchant connects their platform (e.g., Shopify, Amazon, QuickBooks, etc.).
This package exposes a global Rutter object with a simple create(...).open(...) workflow and supports preselecting platforms and other options.
Installation
npm install @rutter/rutter-link
# or
yarn add @rutter/rutter-linkQuick start
Run yarn dev to start the Example while building the code in src/index.ts.
Publishing
Run yarn publish to automatically bump the version and publish to NPM, which will then update CDNs.
