2.1.3 • Published 5 years ago

mongodb-reduce-objectid v2.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Shorten MongoDb ObjectId

Heavily based on https://github.com/treygriffith/short-mongo-id

But without external node dependencies.

Suit for node and browser.

Install

npm install --save mongodb-reduce-objectid

Usage

const shortid = require('mongodb-reduce-objectid');
const shortnd = shortid('5d0efa88f85b2f001172f6ba');
console.log(shortnd); // => 'ahGw2K'