node-canvas-lms

0.0.7-1 • Public • Published

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.

Dependents (1)

Package Sidebar

Install

npm i node-canvas-lms

Weekly Downloads

5

Version

0.0.7-1

License

none

Last publish

Collaborators

  • cycomachead