@learninglocker/xapi-statements
TypeScript icon, indicating that this package has built-in type declarations

7.8.0 • Public • Published

xAPI Statements

Build Status Renovate badge semantic-release Join the chat at https://gitter.im/LearningLocker/learninglocker

Learning Locker is a trademark of HT2 Inc.

Installation

To install all of Learning Locker, see the installation documentation. To install just the xAPI statements service, you can follow the instructions below.

  1. Clone the repository git clone git@github.com:LearningLocker/xapi-statements.git.
  2. Install dependencies npm install.
  3. Build the code npm run build.
  4. Start the server npm start.

Development

  1. Follow the installation procedure.
  2. Make your changes to the "src" directory.
  3. Build the code npm run build.
  4. Test the code npm run test-all.
  5. Run the server npm start.

Docker

You can use the steps below to install and run the xAPI statements service.

  • Create a ".env" file using the ".env.example" file in this Github repository.
  • Pull the image from DockerHub docker pull learninglocker/xapi-statements:master.
  • Run the image in a container docker run -d -p 8080:80 --env-file .env learninglocker/xapi-statements:master.

Readme

Keywords

none

Package Sidebar

Install

npm i @learninglocker/xapi-statements

Weekly Downloads

33

Version

7.8.0

License

GPL-3.0

Unpacked Size

2.09 MB

Total Files

1469

Last publish

Collaborators

  • lydiamross
  • ryansmith94
  • ht2james
  • lpcicd