1.2.1 • Published 1 month ago

@openfeed/sdk-js v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

TS/JS SDK for Barchart Openfeed

TypeScript and JavaScript SDK for Barchart Openfeed is a library that can be used to subscribe to market data messages served by the Barchart Openfeed servers.

Obtaining the Library

Using npm:

npm i --save @openfeed/sdk-js

Using yarn:

yarn add @openfeed/sdk-js

User Guide

The User Guide for this project can be found in the documentation page.

Development

This library uses Conventional Commits for clarity, tracking changes and versioning. It's recommended to install Conventional Commits Extension for VS Code when contributing to the library.

Preparing a new version

For updating the version and automatically collecting changes, run:

yarn build:prepare-release
git push --follow-tags origin master

Updating the Dependencies

To update the protobuf auto-generated files, follow the steps:

  1. Download the latest protoc executable from here.
  2. Put the protoc.exe in the root folder of the project
  3. Run the following command: yarn generate
1.2.1

1 month ago

1.2.0

2 months ago

1.1.6

2 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.1

5 months ago

1.0.2

5 months ago

1.1.0

5 months ago

1.0.1

5 months ago

1.0.5

5 months ago

1.1.3

5 months ago

1.0.4

5 months ago

1.1.2

5 months ago

1.0.3

5 months ago

1.0.0

6 months ago

0.2.0

6 months ago