dancing-bear
Version:
An animation of a dancing bear
43 lines (23 loc) • 719 B
Markdown
When run, will display a bear dancing. Done using [ascii animation](https://github.com/joeyism/node-ascii-animate).
To install globally, run
> npm install -g dancing-bear
then running
> dancing bear
will display the bear
To install locally, run
> npm install dancing-bear
And reference it as
require('dancing-bear')(bearcontroller);
where the dancing bear will dance when *bearcontroller* is true, and stop when *bearcontroller* is false
Dancing bear ASCII is from [here](http://neil.franklin.ch/Jokes_and_Fun/ASCII_Zoo.html)
**1.0.3**
* Fixed package.json
**1.0.2**
* Updated so it works on windows
**1.0.0**
* First commit