https://github.com/get-bridge/scorm_engine
Ruby client for Rustici's SCORM Engine 2017.1 and 20.1 API
https://github.com/get-bridge/scorm_engine
owned-by-gomo ruby scorm
Last synced: 11 months ago
JSON representation
Ruby client for Rustici's SCORM Engine 2017.1 and 20.1 API
- Host: GitHub
- URL: https://github.com/get-bridge/scorm_engine
- Owner: get-bridge
- License: mit
- Created: 2018-05-15T21:16:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T17:59:46.000Z (over 1 year ago)
- Last Synced: 2024-12-01T12:19:45.018Z (over 1 year ago)
- Topics: owned-by-gomo, ruby, scorm
- Language: Ruby
- Homepage: https://get-bridge.github.io/scorm_engine/
- Size: 2.77 MB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/get-bridge/scorm_engine/actions)
[](https://badge.fury.io/rb/scorm_engine)
[](https://get-bridge.github.io/scorm_engine/)
# ScormEngine
A ruby client for Rustici's SCORM Engine 2017.1 API and limited support for the Engine 20.1 API v2.
- https://rustici-docs.s3.amazonaws.com/engine/2017.1.x/index.html
- https://rustici-docs.s3.amazonaws.com/engine/20.1.x/api/apiV2.html
- https://support.scorm.com/hc/en-us/sections/115000043974-Release-Notes
- https://rustici-docs.s3.amazonaws.com/engine/2017.1.x/api.html
- https://rustici-docs.s3.amazonaws.com/engine/2017.1.x.dispatch/api-dispatch.html
- https://rustici-docs.s3.amazonaws.com/engine/2017.1.x/Configuration/GeneratedConfigurationSettings.html
## Installation
Add this line to your application's Gemfile:
gem 'scorm_engine'
And then execute:
$ bundle
Or install it yourself as:
$ gem install scorm_engine
## Usage #TODO
## Testing
All in one testing for rubocop, rspec, and yard doc generation with the default rake task:
bin/rake
To test running these specs against an actual SCORM server, create a `.env.test.local`
- `cp .env.test .env.test.local`
- Update the values in `.env.test.local` with the values you want overridden.
## Contributing
Bug reports and pull requests are welcome on GitHub at
https://github.com/get-bridge/scorm_engine.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).