Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T19:34:57.000Z (about 9 years ago)
- Last Synced: 2024-04-14T20:25:57.692Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 159 KB
- Stars: 20
- Watchers: 18
- Forks: 18
- 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
shotgunYou can use this with the [example LTI Tool Provider](https://github.com/instructure/lti_tool_provider_example)
to do some simple LTI testing.