Manipulate large, in-memory datasets with ease
npm install data-collectionTo install simply use
```
$ npm install data-collection
And
``
var DataCollection = require('data-collection');
You're ready to go!
Run tests with
``
$ npm test
in the `node`` directory.
Voila, 100% coverage. :)
Full documentation available at http://github.com/thestorefront/DataCollection.js