This package has been deprecated

Author message:

Skywarder no longer works

skywarder.js

0.0.2 • Public • Published

Skywarder

Wrapper library for https://skywarder.cf

Example

const Skywarder = require('skywarder.js');
const skywarder = new Skywarder('username', 'password', 'access_token', {
  base: 'https://optional_base_url',
  url: 'https://optional_skyward_url'
});

skywarder.checkAuthentication()
  .then((body) => console.log(body.message));

Methods

  • checkAuthentication()
  • getReport()
  • getGradebook(course, bucket)
  • getHistory()
  • getAllCourses(buckets)
  • lockAttack(victim, requests)

Readme

Keywords

none

Package Sidebar

Install

npm i skywarder.js

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

4.68 kB

Total Files

3

Last publish

Collaborators

  • abai