Skip to content

craigdsthompson/course-calendar-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Read the UBC Course Calendar data with Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%