0.0.7-1 • Published 8 years ago

node-canvas-lms v0.0.7-1

Weekly downloads
20
License
-
Repository
github
Last release
8 years ago

node-canvas-lms

A very simple node.js wrapper for the Canvas LMS API

Usage

var Canvas = require('node-canvas-lms');

var class = new Canvas('YOUR-HOST',
    { token: 'YOUR-TOKEN',
      version: 'optional defaults to v1'
    });

Development

The master branch tracks the stable version, which is published to npm. Development occurs on the dev branch. Currently This is going through a pretty big update, so be sure to check that out.

0.0.7-1

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago