JavaScript

We provide a javascript library available on the NPM website. You can more information about how to use the library on the project's website.

Installing the package

Add the package to your project with Yarn or NPM

yarn add @smartbills/smartbills-js
npm install @smartbills/smartbills-js --save

Client configuration

import { smartbills } from "@smartbills/smartbills-js"

smartbills.configure("{APIKey}", "{APISecret}")

Learn more

Github project

NPM Package

Last updated