Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 430 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 430 Bytes

DataCollection 'coverage'

To install simply use

$ npm install data-collection

And

var DataCollection = require('data-collection');

You're ready to go!

Tests

Run tests with

$ npm test

in the node directory.

Voila, 100% coverage. :)

Docs

Full documentation available at http://github.com/thestorefront/DataCollection.js