Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.07 KB

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.