1.0.10 • Published 6 years ago

gradespeed-api-dodea v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Dodea Gradespeed API

A dodea gradespeed API built and maintained in my freetime between homework and school, so it might not always work.

Currently only supports getting your grade in each class. I will add getting the grade on each assignment soon :tm:

Example

npm install gradespeed-api-dodea

var gradespeed = require("gradespeed-api-dodea");

gradespeed.getBaseGrades(USERNAME, PASSWORD, SCHOOLID, function(grades) {
    console.log(JSON.stringify(grades))
});

How to get school id?

Go to https://dodea.gradespeed.net/pc/studentlogin.aspx, open Developer Tools, go to the networking tab. Then just login. Once you login you should see a request to StudentLogin.aspx with the Status of 302. Just click that and scroll to the bottom your should see SchoolID: *NUMBER* that number is your schoolID

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago