Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ddnlink/ddn-node-sdk
- Owner: ddnlink
- Created: 2019-08-22T07:41:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T15:36:37.000Z (over 2 years ago)
- Last Synced: 2023-03-10T05:16:43.245Z (almost 2 years ago)
- Language: JavaScript
- Size: 666 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)