Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.