What is hashids?
"Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user."
hashids is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 133.6 KB on disk.
Installation Guide
# Install via NPM
npm install hashids
# Install via Yarn
yarn add hashids