Nice to see all this interest.
Yeah, I got a friend to write some example code for me that I tested out, but unfortunately is slightly broken. Soon I'm going to stop it from running on my VPS and make the git repo public. Will edit the OP.
I know the js to get the price to auto-update into a div, however for me it refuses it auto-update in the input box.
For now, I've set up a weighted average of multiple different exchanges and their bitcoin valurs, you can find it at /api/btc/usd.php and /api/usd/eur.php.
What I want the JS to do is to read the dropdown of the left text box and the value of the right dropdoen, and then get the output value from 52.62.67.167/api/*leftdropdown*/*rightdropdown*.php, multiply it by the left text box and spit it out into the right text box.
For example, to get 1 BTC = *** USD:
Fetch output from 52.62.67.167/api/btc/usd.php, multiply it by 1, then print it out where *** is.
I do not really see why there must set up an open source project for this kind of project.
Yeah,what if someone just wants to experiment with stuff? Or maybe learn the basics ? If it all works out like it's suppose to be,I think the project does have the potential to become the most used or accurate price ticker for trades.
Op,like the UI,what framework are you using? Pretty sleek!I can help you with the UI/Javascript,please update the code on github and inbox me once it's done.I've too much time on my hands lately.
Semantic UI for the dropdowns, everything else is my own.