Skip to content

hemanth/node-xkcd-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!'
}

About

xkcd-img module for node.js

Resources

Stars

Watchers

Forks

Packages

No packages published