Skip to content

An awesome API to work with students's information studying in UTC!

Notifications You must be signed in to change notification settings

hminh2027/UTC-API-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


UTC APIs

An awesome API to work with students's information studying in UTC!

This is a NodeJS library with Javascript support NodeJS Server


Table of Contents
  1. Built With
  2. Getting Started
  3. Usage
  4. Contact

Built With

(back to top)

Getting Started

Installation

npm install the-utc-api

Prerequisites

const { getAllSchedule, getScheduleOfToday, getScheduleOfDay, getMarks, getGPA, getStudent, getTuition, getPaidTuition, getTuitionDebt } = require('utc-schedule-api')

or

const api = require('the-utc-api')

(back to top)

Usage

1. Schedule


  • Get all the subjects and time periods of student
await getAllSchedule(username, password)
  • Get the subjects and time periods of student today
await getScheduleOfToday(username, password)
  • Get the subjects and time periods of student on specific day
await getScheduleOfDay(username, password, new Date(year, month, day))

2. Mark


  • Get all the marks of the student (can get at specific grade)
await getMarks(username, password, grade)
  • Get the GPA of the student (can get in specific year)
await getGPA(username, password, year)

3. Student Profile


  • Get all personal information of the student
await getStudent(username, password)

4. Tuition


  • Get all the tuition detail of the student
await getTuition(username, password)
  • Get all the paid tuition of the student
await getPaidTuition(username, password)
  • Get all the tuition debt of the student
await getTuitionDebt(username, password)

(back to top)

Contact

Vu Hoang Minh - Facebook - dackheros@gmail.com

Project Link: UTC-API-Package

API Link: The-UTC-API

(back to top)

About

An awesome API to work with students's information studying in UTC!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published