placekitten

0.4.2 • Public • Published

placekitten

Simple CLI node utility that downloads files from placekitten.com.

Installation

Installing is quite simple

npm install -g placekitten

Usage

Placekitten is pretty easy to use.

placekitten [-d path/to/download/folder] width[/height] [...]

Here are some concrete usage examples

placekitten 200/100 # Download a 200x100 image 
placekitten 100/300 200 # Download a 100x300 image and a 200x200 image 
placekitten -d kittens 800/600 # Download a 800x600 image into the kittens folder 

In order for the -d (a.k.a. --directory) flag to work, the folder must already exist. Otherwise placekitten will just return an error.

Readme

Keywords

Package Sidebar

Install

npm i placekitten

Weekly Downloads

6

Version

0.4.2

License

MIT

Last publish

Collaborators

  • itsananderson