example-feed-whole
v0.0.1
Published
This package demonstrates a whole feed subscription with the `@thinkalpha/feed-cache` library.
Readme
example-feed-whole
This package demonstrates a whole feed subscription with the @thinkalpha/feed-cache library.
Features
- Simple Quote Management: Basic implementation of quote handling.
- Whole Feed Subscription: Subscribes to all the keys.
- Console Output: Displays quote updates (for subset of quotes) in the console.
Installation
To install dependencies, run:
pnpm installRunning the Example
To run the example locally:
pnpm startThis will start the application, connect to the quote server, and subscribe to 'AAPL' and 'TSLA'.
Project Structure
src/run.ts: Entry point of the application.src/SimpleQuote.ts: Basic quote class implementation.
