Skip to content

Provides Tibia character profile data via a JSON API built with JS for node.

Notifications You must be signed in to change notification settings

ErinSteph/TibiaChar-RPC-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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/