These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Using market data with html

Author
Holgrak Blacksmith
Prophets of Motav
#1 - 2015-02-15 21:53:43 UTC
I apologise in advance for my lack of understanding here. I'm trying to write a little programme in html that brings up jita buy/sell prices for specific items.

Is anyone able to help me with the line of code I would need to obtain the buy/sell price for a condor (as an example) and print it in html?


With that bit of code I'm pretty sure I can do everything else I want to do.

Cheers.
Chingy Chonga
Royal Amarr Institute
Amarr Empire
#2 - 2015-02-20 20:02:18 UTC
Ortho, Steve, and I have already made web pages that do just this. They are located here:

http://chingy.tools/market/explorer.html
https://www.fuzzwork.co.uk/market/viewer2/
http://marketbrowser.ratship.net/

You can't build it with just HTML you need to make ajax calls to some endpoints, pull the json, and then use it to populate the HTML. You would need a lot of Javascript.
Holgrak Blacksmith
Prophets of Motav
#3 - 2015-02-23 06:40:30 UTC
Thanks for the reply. Yeah, I realised that it wasn't as simple as I hoped and that it far exceeded my limited programming skills. I got what I needed working in Google docs in the end.