https://github.com/cryptiklemur/node-bambu
https://github.com/cryptiklemur/node-bambu
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptiklemur/node-bambu
- Owner: cryptiklemur
- License: mit
- Created: 2023-04-11T07:08:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T06:03:12.000Z (about 3 years ago)
- Last Synced: 2025-03-28T09:11:14.704Z (about 1 year ago)
- Language: TypeScript
- Size: 1.02 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bambu NodeJS Libraries
Available packages:
- [@node-bambu/core](packages/core) - The core Bambu NodeJS library
- [@node-bambu/discord](packages/discord) - A discord bot for the Bambu Printers
- [@node-bambu/twitch](packages/twitch) - A twitch bot for the Bambu Printers
Can install either of them with your favorite node package manager:
```shell
npm i @node-bambu/core @node-bambu/discord
pnpm i @node-bambu/core @node-bambu/discord
yarn add @node-bambu/core @node-bambu/discord
```
# Running it all together!
Clone this repo, and copy `.env.dist` to `.env`.
Fill out the `DISCORD_` environment variables, and the `TWITCH_` ones if you want.
Then, run gs`nx run @node-bambu/bot:serve`