Skip to content

codelif/jsjiit-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsjiit-server

A nodejs compatible version of jsjiit.

This will not work on the client, for client-side use jsjiit

NOTE: This is only a partial implementation, suited to our purpose. This is not maintained.

Usage:

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

About

A nodejs compatible version of jsjiit, for client side API, use jsjiit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published