Get started with reading the UBC Course Calendar CSV data using Node.js.
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.
- Install Node 10.0.0 or greater.
- Install Git.
- Clone this repo.
git clone https://github.com/ubccapico/course-calendar-nodejs.git
- Then cd into the repo.
cd course-calendar-nodejs
- Copy/paste the
ubc_course_calendar_data.csv
file you downloaded to thecourse-calendar-nodejs
folder. - Run the installation script.
npm install
(If you seebabel-node: command not found
, you've missed this step.) - Run
node index.js
ornpm start
to read the CSV.
- Justin Lee https://github.com/justin0022 | [email protected]
This project is licensed under the GNU General Public License v3.0.