Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 382 Bytes

Shrink MongoDB's 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'