Socket
Book a DemoInstallSign in
Socket

rocket-launcher

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rocket-launcher

launch your meaningful Node.js app with this ROCKET-LAUNCHER!

latest
Source
npmnpm
Version
2.0.4
Version published
Maintainers
1
Created
Source

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)

Keywords

error

FAQs

Package last updated on 08 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts