##Instruction
- Fork this repository https://github.com/if-itb/if4050-2015-ServiceAdapter.git
- Work on your fork --> commit --> push [as many as you want]
- [When you are done OR the deadline] create pull request
Each participnats should indicate clearly the following data:
- NIM = 13512024
- Name = Riady Sastra Kusuma
- GithubID = riady
Requreiments:
- Node JS 4.0.0
How to Deploy
- Install dependencies by execute "npm-install"
- Run "node server.js". This server run on port 3000
How to Run
- The request will be in form
GET /?queryparams.... The parameters are:psis the study program code.kodeis the course code.kelasis the class number.
- The returned value will be JSON containing the class data. If there are some errors, then the response will be error explanation.