0.0.2 • Published 4 years ago

skywarder.js v0.0.2

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

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)