A set of terminal tools for Canvas
Visit nodejs.org to install the LTS version.
See github's git guide to learn how to install git.
a. Open Terminal (mac/linux) or Command Line (windows)
b. Clone the hacker kit:
git clone https://github.com/harvard-edtech/canvas-hackerkit.gita. Visit the hacker-kit github.com page
b. Click "Clone or download" in green
c. Click "Download Zip"
Create a new file in the canvas-hackerkit folder called accessToken.txt and paste your Canvas access token into that file.
Use ls to list the folders in the current directory.
Use cd folder_name to enter a folder.
Make sure you cd into the hacker kit.
Run npm start.
Run git pull