Uses a twitch bot to communicate with the string-similarity-data-fetch server.
- Install node.js, yarn.
- Install and configure string-similarity-data-fetch so its server is running.
- Clone this repository, and using a terminal navigate to its directory.
- Run
yarn
to install the dependencies.
- Copy the contents of the
.env.example
file to a.env
next to it, and edit it with your values. - Copy the contents of the
parameters.example.ts
to aparameters.ts
file next to it, and edit it with your values. - Run
yarn build
to build the files. - Run
yarn start
to start the application.
- You can run
yarn dev
to combine the 2 steps above, while listening to changes and restarting automatically.- You need to run
yarn global add ts-node
once for this to run.
- You need to run
- Run
yarn lint
to lint the code. - Run
yarn format
to format the code.