Skip to content

Commit 635bf1d

Browse files
author
Erin
committed
Initial commit
0 parents  commit 635bf1d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# TibiaChar RPC Server
2+
3+
![Image should be here :c](http://i.imgur.com/i59DWuV.png "TibiaChar")
4+
5+
Provies Tibia character profile data via a JSON API. Keep it local or make it public, your call.
6+
7+
## Installing the requirements
8+
* Express: $ npm install express --save
9+
* Request: $ npm install request
10+
* Sha.js: $ npm install sha.js
11+
12+
## Usage
13+
* Run Server: $ node tibiachar.js
14+
* Use: http://localhost:9980/Char+Name
15+
* Quit server: ctrl+c (on mac anyway, if it's not in a screen just close the window)

0 commit comments

Comments
 (0)