Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agilie/kraken-wsclient-js

Kraken WebSockets client in JS for the Kraken websocket API.
https://github.com/agilie/kraken-wsclient-js

Last synced: about 2 months ago
JSON representation

Kraken WebSockets client in JS for the Kraken websocket API.

Awesome Lists containing this project

README

        

# kraken-wsclient-js

API wrapper for the Kraken [websocket API](https://docs.kraken.com/websockets/).

# Include WebSocket for your platform

```
import { KrakenWs } from 'kraken-wsclient';
require('nativescript-websockets');
KrakenWs.prototype.ws = WebSocket;
```