pumproom-sdk
v1.4.0
Published
Lightweight SDK for integrating Learning Management Systems with PumpRoom platform
Maintainers
Readme
PumpRoom SDK
Lightweight library for integrating LMS with PumpRoom. Provides methods for API authentication and message exchange.
SDK Usage
SDK Development
Installing Dependencies
Requirements:
- Node.js >=20
- Bun
To install dependencies:
bun installBuilding
bun run buildRunning the Development Server
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 devTesting
Run unit tests and get a coverage report with the command:
bun run testThe HTML report will appear in the coverage directory.
Publishing
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.
