faustman / mongodb-uuid

NodeJS representation UUIDv4 for MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

NodeJS representation for UUID custom type for MongoDB

Getting Started

Install the module with: npm install mongodb-uuid

var mongodb-uuid = require('mongodb-uuid');
mongodb-uuid.awesome(); // "awesome"

Install with cli command

$ npm install -g mongodb-uuid
$ mongodb-uuid --help
$ mongodb-uuid --version

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2014 Andrij Tytar
Licensed under the MIT license.

About

NodeJS representation UUIDv4 for MongoDB

License:MIT License


Languages

Language:JavaScript 100.0%