Validation library for the xAPI.
npm install xapi-validation




This is Learning Locker's package for validating xAPI Statements. The package aims to return all of the problems with an xAPI statement in one function call. Since this package is part of Learning Locker, it has been conformance tested. You can try this package out on RunKit.
Learning Locker is a trademark of HT2 Inc.
``js`
npm i xapi-validation
.
- Forking the repository and cloning the fork.
1. Change to the directory of the cloned code cd xapi-validation.
1. Install dependencies npm install.
1. Make your changes to the "src" directory.
1. Build the code npm run build.
1. Test the code npm test.
1. Commit and push your changes npm run acp`.