@openfeed/sdk-js v1.3.3
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-jsUsing yarn:
yarn add @openfeed/sdk-jsUser 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 masterUpdating the Dependencies
To update the protobuf auto-generated files, follow the steps:
- Download the latest protoc executable from here.
- Put the protoc.exe in the root folder of the project
- Run the following command:
yarn generate
7 months ago
9 months ago
11 months ago
10 months ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago