Files
freeCodeCamp/views/api/scraping.jade

28 lines
613 B
Plaintext
Raw Normal View History

2013-12-07 17:45:20 -05:00
extends ../layout
block content
.page-header
h2
2014-06-03 00:40:20 -04:00
i.fa.fa-hacker-news(style='color: #ff6600')
2013-12-07 17:45:20 -05:00
| Web Scraping
2013-12-07 17:45:20 -05:00
.btn-group.btn-group-justified
a.btn.btn-primary(href='http://matthewmueller.github.io/cheerio/', target='_blank')
2013-12-07 17:45:20 -05:00
i.fa.fa-info
| Cheerio Docs
2014-06-29 00:14:33 -07:00
a.btn.btn-primary(href='http://vimeo.com/31950192', target='_blank')
2013-12-07 17:45:20 -05:00
i.fa.fa-film
| Cheerio Screencast
2014-03-06 02:47:50 -05: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 02:47:50 -05:00
td!= link