tabular-data
v0.1.1
Published
tools for working with tabular data structures
Downloads
10
Readme
tabular-data
Tools for working with tabular data.
Nothing big, really. I needed this in several of my private projects so I decided to extract it as a library.
Installation
npm install tabular-data
Usage
Something like this:
Table = require('tabular-data').Table
table = Table.fromArrays(...)
Features, API, wtf...?!
Please refer to the table-spec.coffee.