0.0.1 • Published 6 years ago

albert_thing v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

a lib to query classes from NYU Albert

use it

npm i albert_thing
const school = 'Tandon - Grad';
const subject = 'Computer Science';
const term = 'Spring 2018';
const verbose = true; // 
const headful = true; // shows browser, i.e. un-headless mode, good for debugging
require('albert_thing').search(term, school, term, verbose && console.log, headful)
  .then(console.log);

test

🤷 to be pr

0.0.1

6 years ago