This package has been deprecated

Author message:

Package no longer supported. Use at your own risk.

@smart-invoice/smartinvoice-sdk

0.0.1 • Public • Published

Smart Invoice NodeJS SDK

Smart Invoice is a transportation layer which allow participants securely exchange documents between them.

How to use it

npm install --save smartinvoice-sdk


import SmartInvoice from 'smartinvoice-sdk'

var identity = SmartInvoice.createIdentity();
var host = "https://api.difacturo.com"
var config = { host: host}
var smartinvoice = SmartInvoice.new(config, identity);

Readme

Keywords

Package Sidebar

Install

npm i @smart-invoice/smartinvoice-sdk

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

1.09 MB

Total Files

46

Last publish

Collaborators

  • autlaw
  • chrisssy1973