skywarder.jsdeprecated

Wrapper library for skywarder.cf

Usage no npm install needed!

<script type="module">
  import skywarderJs from 'https://cdn.skypack.dev/skywarder.js';
</script>

README

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)