This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| *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"; |
NewerOlder