Socket
Socket
Sign inDemoInstall

sila-sdk-javascript

Package Overview
Dependencies
180
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sila-sdk-javascript

SDK Access to the Sila API


Version published
Weekly downloads
218
increased by10.1%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 08 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc