eapi-uid

eapi-uid is a tool that allows you to generate a unique 10 character identifier.

Usage no npm install needed!

<script type="module">
  import eapiUid from 'https://cdn.skypack.dev/eapi-uid';
</script>

README

eapi-uid

eapi-uid is a tool that allows you to generate a unique 10 character identifier.

Installation

eapi-uid is available in a nodejs context

$ npm install eapi-uid

Importing

const getId = require('eapi-uid')

Usage

const uniqueId = getId()