Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddnlink/ddn-node-sdk

DDN Node.js SDK
https://github.com/ddnlink/ddn-node-sdk

Last synced: about 2 months ago
JSON representation

DDN Node.js SDK

Awesome Lists containing this project

README

        

# DDN Javascript Library

## Install

```
npm install @ddn/ddn-node-sdk --save
```

## Import

Node.js

```
var ddnsdk = require('@ddn/ddn-node-sdk');
ddnsdk.init.int('nethash')
```

## Usage

Please reference the [ddn http interface documents](https://github.com/ddnlink/ddn-docs/ddn-node-sdk-api.md)