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.git
a. 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