/kraken-wsclient-js

Kraken WebSockets client in JS for the Kraken websocket API.

Primary LanguageTypeScript

kraken-wsclient-js

API wrapper for the Kraken websocket API.

Include WebSocket for your platform

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