Skip to content

picleb/KrakenWebSocketsClientTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kraken WebSockets beta API client in TypeScript

A simple interface to connect to a WebSocket in the broswer and send basic commands without server authentication.

Just for fun and learning purposes.

You can see it in action on the project's GitHub page.

Technologies used

  • NPM as package manager
  • NPM scripts to watch and build assets
  • TypeScript as JavaScript superset
  • Sass as CSS pre-processor
  • Webpack for handling JavaScript's uglifying.
  • WebSockets API as HTML5 feature

Developer's informations

Run npm install to install development dependencies

Run npm run watch to start watch tasks (watch for TypeScript, JavaScript and Sass changes). Builds development assets.

Run npm run prod to build assets for production use

TypeScript documentation: https://www.typescriptlang.org/docs/home.html

Kraken WebSockets API documentation: https://docs.kraken.com/websockets-beta

MDN documentation for the WebSocket Web API: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket

About

Kraken WebSockets client for the beta API. In the browser, just for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors