2.0.0 • Published 10 years ago

buzzfeed-headlines v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

buzzfeed-headlines

Get a bunch of the most recent headlines from buzzfeed.com.

Installation

$ npm install buzzfeed-headlines

Usage

var buzzfeed = require('buzzfeed-headlines');

buzzfeed(function(err, headlines){
  console.log(headlines);
  // an array of rediculous headlines
});

buzzfeed(cb)

Takes on argument, a node-style callback with the second argument being an array of titles of buzzfeed posts.

Tests

Tests run using mocha

$ npm test
2.0.0

10 years ago

1.0.0

11 years ago