@inventives/coforio-sdk
v0.10.6
Published
Cofor.io Product SDK for NodeJS backend APIs
Readme
README
Cofor.io Product SDK for NodeJS backend projects - Developed by Inventives, Inc.
Install using NPM or YARN
npm install @inventives/coforio-sdk
yarn add @inventives/coforio-sdkImport into your project with either of the following depending on your node/javascript engine version:
import Coforio from '@inventives/coforio-sdk';
const Coforio = require('@inventives/coforio.sdk');Usage
See https://coforio.readme.io/reference/installation for a full user guide and reference on using the product SDK.
