1.0.1 • Published 8 years ago

xkcd-imgs v1.0.1

Weekly downloads
58
License
-
Repository
github
Last release
8 years ago

xkcd-imgs Build Status

Get random xkcd comics.

$ npm install xkcd-imgs

Usage:

var xkcd = require('xkcd-imgs');

xkcd.img(function(err, res){
  if(!err) {
    console.log(res);
  }
});

// Would log something like:
{
  url: 'http://imgs.xkcd.com/comics/mystery_news.png',
  title: 'If you find and stop the video, but you\'ve--against all odds--gotten curious about the trade summit, just leave the tab opened. It will mysteriously start playing again 30 minutes later!'
}
1.0.1

8 years ago

1.0.0

9 years ago

0.3.0

9 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

11 years ago

0.0.1

12 years ago

0.0.0

12 years ago