Skip to content

Instantly share code, notes, and snippets.

View ianfabs's full-sized avatar

Ian Fabs ianfabs

View GitHub Profile
@ianfabs
ianfabs / progress-cli.js
Last active August 16, 2018 20:40
NodeJS code to copy canvas courses and show the progress
/*
*Script created by Ian Fabricatore
*Please use `node progress-cli.js "<APITOKEN>"`
with the quotes
*/
const canvas = require('canvas-api-wrapper');
const fs = require('fs');
//Set subdomain
canvas.subdomain = "neit";