Skip to content

ubccapico/course-calendar-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 UBC course calendar data available from the Learning Analytics Project site.

Prerequisites

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

Installation

  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 ubc_course_calendar_data.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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published