Skip to content

Files

Latest commit

932db2a · Aug 7, 2012

History

History
37 lines (25 loc) · 631 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 631 Bytes

Textspark

Node.js/JavaScript implementation of @holman's spark.

Install

From repository:

git clone git://github.com/msiebuhr/node-textspark.git
cd node-textspark
npm link
cd ../your-other-project
npm link textspark

From NPM:

npm install textspark

Usage

#!/usr/bin/env node
var spark = require('textspark');
console.log(spark([1,2,3,4,5,6,7,3]))

Prints:

▁▂▃▄▅▆▇▃

License

Three-clause BSD; see LICENSE.