UNPKG

dancing-bear

Version:

An animation of a dancing bear

43 lines (23 loc) 719 B
# Dancing Bear When run, will display a bear dancing. Done using [ascii animation](https://github.com/joeyism/node-ascii-animate). ### Global To install globally, run > npm install -g dancing-bear then running > dancing bear will display the bear ### Local 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 ### Source Dancing bear ASCII is from [here](http://neil.franklin.ch/Jokes_and_Fun/ASCII_Zoo.html) ### Version **1.0.3** * Fixed package.json **1.0.2** * Updated so it works on windows **1.0.0** * First commit