confreaks
v0.1.4
Published
Scraper for Confreaks
Downloads
10
Readme
Confreaks scraper for Node.js
NOT YET WORKING
Installation
Install the module with: npm install confreaks-scraper
Usage
var confreaks = require('confreaks-scraper');
confreaks.scrape('http://www.confreaks.com/videos/2234-html5tx2013-unfolding-the-box-model', function(err, data){
console.log(data); // Object containing data
});
Data will be returned in the following format:
{
title: "Title",
presenters: "Sam Sample",
description: "Lorem ipsum ..."
}
License
Copyright (c) 2013 Sebastian Porto Licensed under the MIT license.