Lightweight library for integrating LMS with PumpRoom. Provides methods for API authentication and message exchange.
Requirements:
- Node.js >=20
- Bun
To install dependencies:
bun installbun run buildThe server runs Vite with live reload. The landing page is displayed at /, and
the example from the example directory is available at /example/.
bun devRun unit tests and get a coverage report with the command:
bun run testThe 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.