scopehs / eve-traders-handbook

EVE Online trading application

Home Page:http://matthewpennell.github.io/eve-traders-handbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVE Traders Handbook

Important note: This application was originally built on Laravel 4.2 and made use of the zKillboard XML API. That API format has now been deprecated, and therefore the Eve Traders Handbook WILL NOT CURRENTLY FUNCTION. Since I'm no longer actively playing the game, the chances of this app being resurrected any time soon are zero. Sorry.

The EVE Traders Handbook is a multi-purpose web application for traders, importers, and manufacturers in the popular space MMORPG EVE Online.

It allows players to see details of the ships, modules, drones and ammunition that are being lost by their fellow capsuleers within the systems/regions they select. In this way, traders can identify those items likely to be in high demand, and manufacturers can compare the cost of importing versus mining and manufacturing items locally. It also allows for official fits ('doctrine fits') to be saved, to enable traders to see which items are most likely to be in high demand.

It makes use of the EVE API, the zKillboard API, and the public CREST API to track player losses and item costs. It also makes extensive use of the EVE Static Data Export database dumps (fuzzwork) to display basic information and icons.

Changelog

  • 4 September 2016 - Separated rigs from other modules for easier filtering
  • 17 July 2016 - Add doctrine management/cross-referencing
  • 12 June 2016 - Switch to use live site for all images, rather than the now defunct Image Export Collection
  • 2 May 2016 - Switch to allow for region-based monitoring rather than specifying individual systems
  • 27 April 2016 - Updated CREST API call due to withdrawal of public endpoint
  • 12 March 2016 - converted all eve-central.com API calls to use CREST
  • 12 July 2015 - Add ability to include shipping costs
  • 9 May 2015 - Add Ajax-powered selection of systems and alliances
  • 18 April 2015 - Added search function
  • 14 February 2015 - Added Material Efficiency multiplier
  • 3 January 2015 - Added profit projections
  • 22 December 2014 - Added T2 invention support
  • 16 November 2014 - Initial release

Requirements

ETH runs on PHP5.4+ and uses the Laravel PHP framework and its associated systems (Blade templates, Composer for dependency management, Eloquent ORM). It requires a MySQL database.

Installation

Full installation instructions can be found on the wiki.

Problems/Bugs?

Report bugs on this project's GitHub Issues page, or via the in-game chat channel "EVE Traders Handbook".

If you enjoy using this software, please consider making an in-game ISK donation to Shei Bushaava.

About

EVE Online trading application

http://matthewpennell.github.io/eve-traders-handbook/

License:GNU General Public License v3.0


Languages

Language:PHP 79.9%Language:Blade 12.1%Language:JavaScript 4.1%Language:CSS 3.8%