Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1164417
Topic
68205
Board
Project Development
addin a new tool : the RSS pricing feed
by
neofutur
on
06/09/2012, 10:47:24 UTC
I just added a new tool , the RSS pricing feed.
code on :
https://github.com/neofutur/bitcoin_simple_php_tools/commit/2d2aa301a01e194155757bf0751f1fd43e254b35
For now only one option, the format ( short or fullticker ), more options coming for currency, image feeed . . .
examples :
short format :
http://p.b.gw.gd/pricefeed/bitcoin_price_feed.php?format=short
fullticker :
http://p.b.gw.gd/pricefeed/bitcoin_price_feed.php?format=fullticker
valid RSS feed :
http://validator.w3.org/appc/check.cgi?url=http%3A%2F%2Fp.b.gw.gd%2Fpf%2Fbitcoin_price_feed.php%3Fformat%3Dshort
http://validator.w3.org/appc/check.cgi?url=http%3A%2F%2Fp.b.gw.gd%2Fpf%2Fbitcoin_price_feed.php%3Fformat%3Dfullticker
As always, comments and pull requests welcome !