Skip to content

An LTI tool provider service in Node.js that provides outcome postback

Notifications You must be signed in to change notification settings

ewpreston/lti-outcome-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lti-outcome-provider

This is an LTI tool provider that allows you to post outcomes (grades) back to the consumer.

Usage

All packages needed are in the package.json.

You should have node installed (built with 5.4). Then from the project directory at the commandline, type npm install. This will install all of your dependencies.

To run, type:

npm start

By default it listens on port 3000. The LTI launch endpoint is:

http://localhost:3000/lti

About

An LTI tool provider service in Node.js that provides outcome postback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published