textspark

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i textspark

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • msiebuhr