Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f1lt3r/getdogs
gets dogs for your console
https://github.com/f1lt3r/getdogs
Last synced: 9 days ago
JSON representation
gets dogs for your console
- Host: GitHub
- URL: https://github.com/f1lt3r/getdogs
- Owner: F1LT3R
- License: mit
- Created: 2014-11-12T18:09:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T15:36:42.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T20:23:08.308Z (25 days ago)
- Language: JavaScript
- Size: 457 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#GETDOGS
It gets dogs from Google and puts them in your console.
![ASCII Art Picture of Dog](http://i.imgur.com/noXrPGv.png)
Getdogs uses Node.js to do a Google Image Search, and displays the results as ASCII Art in your console. This package was created as a live demonstration of how how to write and publish Node packages.
##Installation
Assuming you want to getdogs from anywhere on your system...
npm install getdogs -g
##Execution
getdogs
##Command Line Options
###Search (-s, --search [string])
Returns things that may not be dogs afterall, such as: "cats". [default is "dogs"].
// Puts some cats in your console too!
getdogs -s cats###Number (-n, --number [number])
Changes number of items put in console. [default is 3].
// Return 10 dogs into console
getdogs -n 10###Number (-w, --width [number])
The character-width that your dogs will display. [defaults to 80 for true punchcard compatibility]
// Returns 100-character-wide dogs
getdogs -w 100###Monotone (-m, --monotone)
Turns off colors for monochrome displays.
// Takes away colors from your dogs
getdogs -m##Example
Here is an example of the default output of the getdogs program from version 0.0.7.
![getdogs Screenshot](http://i.imgur.com/bcSrvz8.png)