Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# README for Service Adapter Assignment on IF4050 2015

##Instruction
1. Fork this repository https://github.com/if-itb/if4050-2015-ServiceAdapter.git
2. Work on your fork --> commit --> push [as many as you want]
3. [When you are done OR the deadline] create pull request
Personal Data
* NIM = 18212034
* Name = Muhammad Ibrahim Al Muwahidan
* GithubID = almuwahidan

Each participnats should indicate clearly the following data:
* NIM = 1[35|82]+XXYYY
* Name = XXXXXXX
* GithubID = YYYY

Requreiments:
* ....
* ....
*
Requirements:
* ```node.js```
* ```cheerio``` module
* ```request``` module
* ```express``` module

How to Deploy
1. .....
2. .....
3. .....
4.
1. clone this project
2. Open terminal and navigate to this project folder
3. run ```npm install```

How to Run
1. .....
2. .....
1. Open terminal and navigate to this project folder
2. Run the server using the ```node server.js``` command
3. Enter the query via HTTP, ```localhost:8081/?prodi=[kodeProdi]&matkul=[kodeMatkul]&kelas=[kodeKelas]```

Parameters
1. ```prodi``` : Kode Prodi (mis. 135)
2. ```matkul``` : Kode Mata Kuliah, case sensitive (mis. IF3150)
3. ```kelas``` : Nomor kelas (mis. 01)
27 changes: 27 additions & 0 deletions README.md~
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# README for Service Adapter Assignment on IF4050 2015

Personal Data
* NIM = 18212034
* Name = Muhammad Ibrahim Al Muwahidan
* GithubID = almuwahidan

Requirements:
* ```node.js```
* ```cheerio``` module
* ```request``` module
* ```express``` module

How to Deploy
1. clone this project
2. Open terminal and navigate to this project folder
3. run ```npm install```

How to Run
1. Open terminal and navigate to this project folder
2. Run the server using the ```node server.js``` command
3. Enter the query via HTTP, ```localhost:8081/?prodi=[kodeProdi]&matkul=[kodeMatkul]&kelas=[kodeKelas]```

Parameters
1. ```prodi``` : Kode Prodi (mis. 135)
2. ```matkul``` : Kode Mata Kuliah, case sensitive (mis. IF3150)
3. ```kelas``` : Nomor kelas (mis. 01)
10 changes: 10 additions & 0 deletions node_modules/cheerio/.jshintrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/cheerio/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/cheerio/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions node_modules/cheerio/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading