This is a minimalist example project about how to use RtBot in a typescript, specifically in a node application.
First install the dependencies
pnpm install
# or your package manager of preferenceThen execute the start script:
pnpm start
# or pnpm run start or the equivalent with `yarn` or `npm`This will run a small program that computes the moving average of the signal passed.