Provides Tibia character profile data via a JSON API. Keep it local or make it public, your call.
- Express: $ npm install express --save
- Request: $ npm install request
- Sha.js: $ npm install sha.js
- 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/