Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 585 Bytes

File metadata and controls

18 lines (13 loc) · 585 Bytes

TibiaChar RPC Server

Image should be here :c

Provides Tibia character profile data via a JSON API. Keep it local or make it public, your call.

Installing the requirements

  • Express: $ npm install express --save
  • Request: $ npm install request
  • Sha.js: $ npm install sha.js

Usage

  • Run server: $ node tibiachar.js
  • Access API: http://localhost:9980/Char+Name
  • Read data in console: type character name and press return
  • Quit server: type quit in console and press return

Visit the development site at http://tibiachar.ml/