Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 266 Bytes

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;