Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/autocow
Display cows every two seconds, because you can
https://github.com/mcollina/autocow
Last synced: 12 days ago
JSON representation
Display cows every two seconds, because you can
- Host: GitHub
- URL: https://github.com/mcollina/autocow
- Owner: mcollina
- License: isc
- Created: 2016-02-16T22:34:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T22:36:24.000Z (almost 9 years ago)
- Last Synced: 2024-12-25T09:51:34.898Z (15 days ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 29
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autocow
Display a cow every 2 second in your terminal.
Based on [cows](http://npm.im/cows) and [vaca](http://npm.im/vaca).![demo](https://raw.githubusercontent.com/mcollina/autocow/master/cows.gif)
## Install
```js
npm i autocow -g
```## Usage
in a terminal: `cows`
in your node.js script:
```js
require('autocow')()
```## License
IST