0.0.1 • Published 5 years ago
edusoftt v0.0.1
Edusoft
Edusoft can help you get information from Edusoft website easily.
const { Edusoft } = require('edusoft');
const edu = new Edusoft('<ID>', '<password>');Installation
npm install edusoftFeatures
- 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();