1.0.2 • Published 4 years ago

uims-api v1.0.2

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

uims-api

uims api written in javascript

This library is inspired by https://github.com/cu-unofficial/uims-api created by ritiek .

Main Idea

Cuurently what this library does is takes uid and password and returns that the user is legit or not. doesent store the uid or password in any way.

Installation Instruction

npm install uims-api

Documentation

const Api = require('uims-api')

let api = new Api()

api.connect({
    uid: 'users uid',
    password: 'users Password'
}).then(res => {
    console.log(res) // true or false
}).catch(err => {
    console.log(err)
})
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago