This package has been deprecated

Author message:

Use @reactivemarkets/switchboard-terminal

@reactivemarkets/platform-terminal

0.5.1 • Public • Published

Reactive Platform Terminal

An example terminal application connecting to the Reactive Platform. It displays the order book, public trades and the bid/offer spread.

Terminal

Quick Start

npm i -g @reactivemarkets/platform-terminal

You need to give the terminal an api key to connect. You can either set an environment variable REACTIVE_PLATFORM_API_KEY or pass in via the command line arg api-key.

To run with an environment variable:

reactive-terminal

or with an api key:

reactive-terminal --api-key MY_API_KEY

Command Line Usage

For a full list of commands see the built in help:

reactive-terminal --help

Building

To install all dependencies and build run:

git clone https://github.com/reactivemarkets/platform-js.git
cd platform-js
npm ci
npm run build

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Readme

Keywords

Package Sidebar

Install

npm i @reactivemarkets/platform-terminal

Weekly Downloads

1

Version

0.5.1

License

Apache-2.0

Unpacked Size

126 kB

Total Files

21

Last publish

Collaborators

  • mmcdowell