Skip to content

mk52140/TC-Search-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrinityCore Search Engine

The TrinityCore Search Engine is a web application built with AngularJS and Bootstrap which allows to search into the database of TrinityCore MMORPG framework and displays datas to the user into a friendly format.

It retrieves all datas querying the TrinityCore JSON RESTful API and can currently show datas about Items, NPCs and Quests.

Optionally it can use the SpellWorkWeb API to display information about Spells.

Live Demo

A live demo is available here.

Installation

The application requires the TrinityCore JSON RESTful API to access to the world database, but it can be even in a separate machine.

Clone the TC-Search-Engine folder inside your web server directory:

git clone https://github.com/ShinDarth/TC-Search-Engine.git

Then copy the file config.js.dist to config.js, open it and set properly with the path of the API:

app.api = "../TC-JSON-API/public/index.php/";

which is the address of the API.

If you have an external server providing the API, set it like:

app.api = "http://www.your.external.server.org/path/to/TC-JSON-API/public/index.php/";

License

The TrinityCore Search Engine is open-sourced software licensed under the GNU AGPL license.

About

TrinityCore Database Search Engine written in AngularJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.3%
  • JavaScript 33.4%
  • CSS 2.3%