0.2.2 • Published 4 years ago

compass-edu v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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.

0.2.0

4 years ago

0.2.2

4 years ago

0.1.0

4 years ago