Skip to content

tallpants/nkcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nkcd

An xkcd downloader in pure Node.js, no packages involved.

Installation

$ npm install -g nkcd

Usage

$ nkcd [comic number] [download directory]

# Download latest comic in the current directory
$ nkcd

# Download latest comic to the "comics" directory
$ nkcd comics/

# Download comic number 614 to the current directory
$ nkcd 614

# Download comic number 614 to the "comics" directory
$ nkcd 614 comics/

About

✨ An xkcd downloader in pure Node.js -- no packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published