YQL http://developer.yahoo.com/yql/console/
select {what} from {where}
where {conditions}
For example: Frankfurt
http://isithackday.com/hacks/frankfurt
select * from html
where
url="http://faz.de" and
xpath="//h2 "
select * from
google.translate where q in (
select a from html where
url="http://faz.de"
and xpath="//h2"
) and target="en"
select title from
twitter.user.timeline where
title like "%http%" and
id="codepo8" or id="ydn"
Flexibility
๏ mix and match APIs
๏ filter results
๏ simplify authentication
๏ use in console or from
code
๏ minimal research of
documentation
๏ caching of results
๏ proxied on Yahoos
servers
Join the
web of
data!
http://developer.yahoo.com/yql/guide/yql-opentables-chapter.html
Got you excited? Go for it!
C h e e r s !
Christian Heilmann
http://wait-till-i.com
http://developer-evangelism.com
http://twitter.com/codepo8
0 comments
Post a comment