Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 982 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 982 Bytes

Course Calendar Nodejs

Get started with reading the UBC Course Calendar CSV data using Node.js.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for use with your own API tokens and Canvas domains.

Prerequisites

  1. Install Node 10.0.0 or greater.
  2. Install Git.

Installion

  1. Clone this repo. git clone https://github.com/ubccapico/course-calendar-nodejs.git
  2. Then cd into the repo. cd course-calendar-nodejs
  3. Copy/paste the courses.csv file you downloaded to the course-calendar-nodejs folder.
  4. Run the installation script. npm install (If you see babel-node: command not found, you've missed this step.)
  5. Run node index.js or npm start to read the CSV.

Authors

License

This project is licensed under the GNU General Public License v3.0.