Lightweight library for integrating LMS with PumpRoom. Provides methods for API authentication and message exchange.
Requirements:
- Node.js >=20
- Bun
To install dependencies:
bun install
bun run build
The server runs Vite with live reload. The landing page is displayed at /
, and
the example from the example
directory is available at /example/
.
bun dev
Run unit tests and get a coverage report with the command:
bun run test
The HTML report will appear in the coverage
directory.
Release a new version:
npm version <patch|minor|major>
This will update the version in package.json, create a git tag, and push changes to the repository.