freeCodeCamp/views/api/scraping.jade

28 lines
633 B
Plaintext
Raw Normal View History

2013-12-07 22:45:20 +00:00
extends ../layout
block content
.page-header
h2
2014-06-03 04:40:20 +00:00
i.fa.fa-hacker-news(style='color: #ff6600')
2013-12-07 22:45:20 +00:00
| Web Scraping
2013-12-07 22:45:20 +00:00
.btn-group.btn-group-justified
a.btn.btn-primary(href='http://matthewmueller.github.io/cheerio/', target='_blank')
2013-12-07 22:45:20 +00:00
i.fa.fa-info
| Cheerio Docs
a.btn.btn-primary(href='https://developer.foursquare.com/docs/explore', target='_blank')
2013-12-07 22:45:20 +00:00
i.fa.fa-film
| Cheerio Screencast
2014-03-06 07:47:50 +00:00
h3 Hacker News Frontpage
table.table.table-condensed
thead
tr
th №
th Title
tbody
each link, index in links
tr
td= index + 1
2014-03-06 07:47:50 +00:00
td!= link