rocket-launcher

2.0.4 • Public • Published

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)

Package Sidebar

Install

npm i rocket-launcher

Weekly Downloads

11

Version

2.0.4

License

THE BEER-WARE LICENSE (Revision 42)

Last publish

Collaborators

  • dolsup