Work in Progress.
I’m making an addon that gets and parses the EVE API XML and making a skill manager (evemon-like) addon with it.
Here’s a picture of what the GUI looks like:
What this does is accesses your character sheet using your API key, it gets lots of information about you (skills, isk, training queue, etc.) It also parses the whole list of EVE skills and puts it all into a table with information about it (name, description, rank, groupid, and a table full of all the prerequisite skills needed.)
I haven’t finished everything yet, which is why this is a work in progress.
TO DO List:
Show training queue.
Notify when a skill in training completes
DONE: A skill browser, which shows you the time it would take for you to train it to the next level.
Plan trainer, which will export as a text file in your data folder for you to refer to.
Constructive criticism and suggestions welcome.
I am doing this because no one else has done it before.