Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
qhxin committed Jul 7, 2020
1 parent e0f2887 commit c48f963
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ Signature is not required for this part

Manage websocket connect/private/subscribe/unsubscribe and get realtime datafeed.

DEMO: [demo/ticker_demo.js](demo/ticker_demo.js)
DEMO: [demo/ticker_demo.js](https://github.com/Kucoin/kucoin-node-sdk/blob/master/demo/ticker_demo.js)

### API.websocket.Level2

Get realtime orderbook in level2 datafeed.

DEMO: [demo/level2_demo.js](demo/level2_demo.js)
DEMO: [demo/level2_demo.js](https://github.com/Kucoin/kucoin-node-sdk/blob/master/demo/level2_demo.js)


### API.websocket.Level3
Expand All @@ -164,5 +164,5 @@ DEMO: [demo/level2_demo.js](demo/level2_demo.js)

## LICENSE

[Apache License](LICENSE)
[Apache-2.0 License](https://github.com/Kucoin/kucoin-node-sdk/blob/master/LICENSE)

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "kucoin-node-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "KuCoin API SDK for Node.js language",
"main": "src/index.js",
"scripts": {
"dev": "cross-env PRODUCTION=dev nodemon demo/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Kucoin/kucoin-node-sdk"
},
"license": "Apache-2.0",
"dependencies": {
"event-emitter": "^0.3.5",
"lodash": "^4.17.15",
Expand Down

0 comments on commit c48f963

Please sign in to comment.