0.0.1 • Published 5 years ago

@smart-invoice/smartinvoice-sdk v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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);