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

https://github.com/cycomachead/hubot-canvas

Getting Status and info from the Canvas LMS
https://github.com/cycomachead/hubot-canvas

Last synced: about 1 year ago
JSON representation

Getting Status and info from the Canvas LMS

Awesome Lists containing this project

README

          

# hubot-canvas

Manage your Canvas LMS course through Hubot!

See [`src/canvas.coffee`](src/canvas.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-canvas --save`

Then add **hubot-canvas** to your `external-scripts.json`:

```json
["hubot-canvas"]
```

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```