8000 GitHub - mosbth/grader2: To summarize stats from grading
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ grader2 Public
forked from lewenhagen/grader2

To summarize stats from grading

Notifications You must be signed in to change notification settings

mosbth/grader2

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0