Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
/ compass-edu Public archive

An unoficcial API for compass.education, using puppeteer

License

Notifications You must be signed in to change notification settings

tascord/compass-edu

Repository files navigation

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.

About

An unoficcial API for compass.education, using puppeteer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published