shrink-mongo-id

2.1.4 • Public • Published

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 shrink-mongo-id

Usage

const shortid = require('shrink-mongo-id');
const shortnd = shortid('5d0efa88f85b2f001172f6ba');
console.log(shortnd); // => 'ahGw2K'

Package Sidebar

Install

npm i shrink-mongo-id

Weekly Downloads

7

Version

2.1.4

License

MIT

Unpacked Size

4.12 kB

Total Files

5

Last publish

Collaborators

  • prohazko