A nodejs compatible version of jsjiit.
This will not work on the client, for client-side use jsjiit
Install using npm:
npm install jsjiit-server
Provides two functions:
import { StudentLogin, GetPersonalInfo } from "jsjiit-server";
const session = await StudentLogin("2342342342", "password-wow")
const info = await GetPersonalInfo(session)
console.log(info)
This will print log out the- ya-da-ya-da-ya