canvas.ts
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

Canvas.ts

NOTE: Canvas.ts is still in early development and is not production ready. Features are missing and bugs will occur.

Documentation

Sample application

const { Client } = require('canvas.ts')
const client = new Client()

// when client connects to Canvas
client.on('connect', () => {
  console.log(`Logged into ${client.domain} as ${client.user.name}, Enrolled in ${client.courses.size} courses.`)
})

client.connect('auth', 'domain')

Package Sidebar

Install

npm i canvas.ts

Weekly Downloads

0

Version

0.2.9

License

Apache-2.0

Unpacked Size

36.6 kB

Total Files

56

Last publish

Collaborators

  • austinnn