crawly

0.1.0 • Public • Published

crawly

make output crawl across your terminal all spooky like

usage:

npm install crawly

console usage:

console.crawly = require('crawly').log
 
var str = 'hello computer terminal blah bananas hamburgers food items shopping bag grocery store'
console.crawly(str)

or with an optional custom delay:

console.crawly(str, 50)

stream pipe usage

process.crawly = require('crawly').crawlstream
process.crawly.delay = 50
var fs = require('fs')
 
fs.createReadStream('file.txt').pipe(process.crawly)

Motivation:

I saw it in a movie once.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2
  • 0.0.1
    1

Package Sidebar

Install

npm i crawly

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • luk