https://github.com/instructure/lti_tool_consumer_example
A simple LTI Tool Consumer Sinatra app
https://github.com/instructure/lti_tool_consumer_example
Last synced: 11 months ago
JSON representation
A simple LTI Tool Consumer Sinatra app
- Host: GitHub
- URL: https://github.com/instructure/lti_tool_consumer_example
- Owner: instructure
- License: mit
- Created: 2012-03-11T23:14:34.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T19:34:57.000Z (almost 11 years ago)
- Last Synced: 2025-04-10T12:32:38.574Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 159 KB
- Stars: 20
- Watchers: 16
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example LTI Tool Consumer Using ims-lti Gem
This is a basic and simple LTI Tool Consumer that uses the
[ims-lti](https://github.com/instructure/ims-lti) gem.
To get this running in your development environment, check out the repo then:
bundle install
shotgun
You can use this with the [example LTI Tool Provider](https://github.com/instructure/lti_tool_provider_example)
to do some simple LTI testing.