Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 461 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 461 Bytes

websockets

Example app written in Go which connects to the CCData data streamer over websocket (wss://data-streamer.cryptocompare.com) & consumes CADLI tick updates.

Dependencies

Run

export CCDATA_API_KEY=
go run .

Alternatively, you can run via the Makefile:

make run

Lint

golangci-lint can be run from the Makefile:

make lint