mongodb-reduce-objectid
v2.1.3
Published
Heavily based on https://github.com/treygriffith/short-mongo-id
Downloads
2
Readme
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'