/compass-edu

An unoficcial API for compass.education, using puppeteer

Primary LanguageJavaScriptMIT LicenseMIT

Compass-edu

An unofficial api for Compass using puppeteer!!

Installation

npm install compass-edu

Usage

Read The Docs

    var Compass = require('compass-edu');

    var user = new Compass('school_prefix');
  
    user.on('initialized', async () => { user.login({username: 'username', password: 'password'});

Examples

Examples can be located in /examples/. The current examples are:

Contributing

Please feel free to contribute, either by Creating A Fork, Submitting A Feature Request or Submitting A Bug Report.