0.0.1 • Published 4 years ago

edusoftt v0.0.1

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

Edusoft

Edusoft can help you get information from Edusoft website easily.

const { Edusoft } = require('edusoft');
const edu = new Edusoft('<ID>', '<password>');

Installation

npm install edusoft

Features

  • Get listing of scores
  • Get Edusoft news
  • Get tuition
  • Get test schedule

API

List of scores

let scores = await edu.getTranscript({2019, 1});

News

let news = await edu.getNews();

Tuition

let tuition = await edu.getTuition();

Test schedule

let testSchedule = await edu.getTestSchedule();

Schedule

let schedule = await edu.getSchedule();