1.0.1 • Published 8 months ago

@silamoney/sdk v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Sila SDK for Node Apps

Using the SDK

Installation and use

A guide to the installation and configuration of this SDK can be found here: https://docs.silamoney.com/docs/nodejavascript-sdk

Endpoint Methods

Example code for each SDK endpoint method is found in the associated endpoint's section in our docs, which can be found here: https://docs.silamoney.com/docs/get-started

Development

Setup

npm install

That's it. You're ready to go!

Testing

Run unit tests and code coverage summary

npm run test

To see a detail of code coverage, view your lcov report:

http-server ./coverage/lcov-report/

Then browse to the address displayed in your terminal.

NOTE: If you do not have http-server installed, you can install it with the following command:

npm i -g http-server