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 :).
- Visit this link
- Enter your Student ID
- Enjoy!
The HTTP API takes GET requests in the following schema:
http://uesc.foxfizz.com/api/v1/daa/uesc.{FORMAT}?student_id={STUDENT_ID}
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
I encourage you to contribute to UIT ES Creator! Please follow the instruction below:
- Fork it (https://github.com/fongfan999/uit_es_creator/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request