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.
Using npm:
npm i --save @openfeed/sdk-js
Using yarn:
yarn add @openfeed/sdk-js
The User Guide for this project can be found in the documentation page.
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.
For updating the version and automatically collecting changes, run:
yarn build:prepare-release
git push --follow-tags origin master
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