Skip to content

An example project about how to use RtBot in a typescript node application

License

Notifications You must be signed in to change notification settings

rtbot-dev/rtbot-example-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtbot-example-ts

This is a minimalist example project about how to use RtBot in a typescript, specifically in a node application.

How to run

First install the dependencies

pnpm install
# or your package manager of preference

Then 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.

About

An example project about how to use RtBot in a typescript node application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published