Skip to content

The exam schedule creator for UIT school (HCM University of IT)

Notifications You must be signed in to change notification settings

fongfan999/uit_es_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to UIT ES Creator

UIT ES Creator is a web-application that can create instantly the exam schedule for UITers. This creator helps you save your time. Let's spend your time for going on a date :).

Screenshots

alt text alt text

How to use

  1. Visit this link
  2. Enter your Student ID
  3. Enjoy!

API

The HTTP API takes GET requests in the following schema:

http://uesc.foxfizz.com/api/v1/daa/uesc.{FORMAT}?student_id={STUDENT_ID}

Examples

JSON http://uesc.foxfizz.com/api/v1/daa/uesc.json?student_id=12345678

XML http://uesc.foxfizz.com/api/v1/daa/uesc.xml?student_id=12345678

Contributing

I encourage you to contribute to UIT ES Creator! Please follow the instruction below:

  1. Fork it (https://github.com/fongfan999/uit_es_creator/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request