Skip to content

jonobrien/evetournaments.com

Repository files navigation

eve-tournaments

"The deadline in question is May 8th, 2018. On this date, we’ll be shutting down the XML and CREST APIs. Team Tech Co does not take this decision lightly, and we want you to understand why we have made this decision." source no mention of tournament parity...

Originally this was just going to be a demo showing some public CREST API data, and a possible use case for it. Since then CCP announced the ESI API which will replace both the CREST API and the older XML API. CCP AquarHEAD replied with a possibly different direction for the endpoints moving forward. So if/when something happens and the data is updated for ESI, I will update and make this demo more legitimate. CCPlease.

Displaying public CREST data grouped by endpoint

$ npm install
$ node server.js

endpoints

  • /tournaments/

  • /tournaments/teams/<id>/

  • /tournaments/<id>/series/

  • /tournaments/<idX>/series/<idY>/matches/

  • Eventually contributed to the docs

  • will migrate to ESI api when CCP migrates Tournament endpoints. Facelift to happen CCPSoon(tm)

  • also hosted on gh-pages