2.0.4 • Published 10 years ago

rocket-launcher v2.0.4

Weekly downloads
2
License
THE BEER-WARE LIC...
Repository
github
Last release
10 years ago

rocket-launcher.js

DEMO ANIMATION launch your meaningful Node.js app with this ROCKET-LAUNCHER! rocket-launcher will launch a huge ASCII rocket. and, can even crash or explode the rocket! (maybe later) NPM

NEW!

  • mathod chaining with delay(millisecond) method
  • use millisecond unit for methods
  • it doesn't print if it's same previous screen buffer
  • set fps(frames per second) with frame(default=16) method

installation

npm install rocket-launcher

usage

var rl = require('rocket-launcher');

//method chaining
//set fps 16, make and show figlet text for 1000ms,count down 3, launch a rocket
rl.frame(16).type(" Rocket\n Launcher\n rocks!",1000).delay(1000).count(3).launch();

//print figlet text
rl.type("Rocket!", 1000);

//count down and show "FIRE"
rl.count(3);

//fire a rocket
rl.launch();

and watch the rocket.

licence

THE BEER-WARE LICENSE (Revision 42)

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

1.2.2

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago