freeCodeCamp/views/api/yahoo.jade

30 lines
822 B
Plaintext
Raw Normal View History

2014-05-13 05:35:46 +00:00
extends ../layout
block content
.page-header
h2
2014-06-03 04:40:20 +00:00
i.fa.fa-yahoo(style='color: #7b0099')
2014-05-13 05:35:46 +00:00
| Yahoo API
.btn-group.btn-group-justified
a.btn.btn-primary(href='http://instagram.com/developer/', target='_blank')
i.fa.fa-check-square-o
| YQL Getting Started
a.btn.btn-primary(href='https://developer.yahoo.com/yql/', target='_blank')
i.fa.fa-laptop
| YUI on Node.js
a.btn.btn-primary(href='https://developer.yahoo.com/everything.html', target='_blank')
i.fa.fa-code
| Yahoo APIs
br
p.lead Weather for ZIP Code:
2014-05-15 11:27:47 +00:00
strong 10007
2014-05-13 05:35:46 +00:00
.alert.alert-info
p It is currently
strong #{condition.temp}
| degrees in
strong #{location.city}, #{location.region}
| .
h3 YQL Query
pre SELECT * FROM weather.forecast WHERE (location = 10007)