0.1.0 • Published 11 years ago

textspark v0.1.0

Weekly downloads
16
License
-
Repository
github
Last release
11 years ago

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.

0.1.0

11 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

13 years ago

0.0.1

13 years ago