Bitcoin Forum

Bitcoin => Project Development => Topic started by: simplecoin on December 03, 2013, 08:33:02 PM



Title: Live exchange rates web app
Post by: simplecoin on December 03, 2013, 08:33:02 PM
This started as just a tech-demo, but now I think it might actually be useful.

I take the various API feeds from the exchanges and combine them into a live data stream.

http://mikeallisononline.com/Images/coinpro.jpg

Available here: http://coinpro.mikeallisononline.com (http://coinpro.mikeallisononline.com)

It's still in the early stages of development, but I think it could be awfully useful (especially if more exchanges offered x-site web sockets/web services).

Exchanges, please feel free to let me know if you have live data streams that could be easily integrated. Since many of the feeds don't support CORS, I cache the data in 5min intervals to keep bandwidth concerns to a minimum.





Title: Re: Live exchange rates web app
Post by: simplecoin on December 04, 2013, 06:33:27 AM
wow, only took about an hour for hack attempts  ::)


Title: Re: Live exchange rates web app
Post by: gigica viteazu` on December 04, 2013, 09:46:42 AM
I wonder what will be the purpose of hacking your site!... anyway thanks for the effort, look good.


Title: Re: Live exchange rates web app
Post by: simplecoin on December 04, 2013, 07:46:44 PM
Now to figure out where to focus my efforts..... anyone have something that would be useful to them?
(I was thinking maybe mining pool info)

I wonder what will be the purpose of hacking your site!... anyway thanks for the effort, look good.

No clue, there isn't even a database in use.



Title: Re: Live exchange rates web app
Post by: simplecoin on December 15, 2013, 11:32:46 PM
Pushed a new update. More data coming.


Title: Re: Live exchange rates web app
Post by: Voodah on December 16, 2013, 02:25:55 AM
I wanted to do precisely this for myself.

Is it open source?


Title: Re: Live exchange rates web app
Post by: simplecoin on December 16, 2013, 03:15:00 AM
I wanted to do precisely this for myself.

Is it open source?

No, the code is closed source (at least for now), although I may open an API or feeds once I have a better way of transforming all the data.

For now I just want to make it all easily accessible in one place.