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
- Host: GitHub
- URL: https://github.com/cycomachead/hubot-canvas
- Owner: cycomachead
- License: bsd-2-clause
- Created: 2015-10-09T20:18:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T06:09:45.000Z (over 10 years ago)
- Last Synced: 2025-05-08T20:42:56.980Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```