Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grader 2

Setup

Create a file .env.local and add your token and the id of the Canvas course to it.

COURSE_ID=59505
CANVAS_TOKEN="123123..."

Usage

Install npm packages, it's a JavaScript project so of course we need packages.

npm install

Start the grader and see its menu.

npm start

Fetch new data.

npm start fetch

Generate table and print it.

npm start magic

Generate table and print it with the latest grade time.

npm start magic time

Development

Run the linter and the fixer.

npm run eslint
npm run eslint:fix

About

To summarize stats from grading

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages