tomgrek / meteor-unfluff

Unfluff repackaged for Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unfluff repackaged for Meteor.js

meteor add tomgrek:unfluff

Repackages Adam Geigey's awesome Node Unfluff web scraper for Meteor.

https://github.com/ageitgey/node-unfluff

Examples

html is a string of html data acquired e.g. with Node's Request package.

Meteor.unfluff(html)

Returns an object containing the scraped web page's title, header image, keywords, main content etc.

About

Unfluff repackaged for Meteor


Languages

Language:JavaScript 100.0%