mongorepo

0.0.2 • Public • Published

MongoRepo

MongoDB repository over a collection

Installation

Via npm on Node:

npm install mongorepo

You can include lib/mongorepo.js directly into your HTML page. It declares the sl namespace.

Usage

Reference in your Node.js program:

var mr = require('mongorepo');

TBD

Development

git clone git://github.com/ajlopez/MongoRepo.git
cd MongoRepo
npm install
npm test

Samples

TBD

Versions

  • 0.0.1 Published
  • 0.0.1 Published, update many documents by default

References

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.

Readme

Keywords

Package Sidebar

Install

npm i mongorepo

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • ajlopez