0.1.4 • Published 11 years ago

confreaks v0.1.4

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

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.

0.1.4

11 years ago

0.1.3

11 years ago

0.1.1

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago