OsmoWeb is an open-source TypeScript library that brings Osmocom's mobile communication capabilities to the web.
npm install
Build
npm run build
Run unit tests for each workspace
npm run test
Run all tests
npm run test:all
Run all tests and watch for changes
npm run test:watch
Run coverage check
npm run test:coverage
OsmoWeb is MIT licensed.