Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/agilie/kraken-wsclient-js
- Owner: agilie
- Created: 2019-11-13T08:49:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T12:08:44.000Z (about 5 years ago)
- Last Synced: 2024-11-09T09:10:25.381Z (3 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 2
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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;
```