uniqueapi_id

A module that returns random strings and API keys,Unique ID Generator

Usage no npm install needed!

<script type="module">
  import uniqueapiId from 'https://cdn.skypack.dev/uniqueapi_id';
</script>

README

uniqueID

A module that return unique random characters which could be all be string or numbers. It can also generate random API keys separated by any special character of your choice at every 4th character

Installation

npm i uniqueapi_id npm i uniqueapi_id --save-dev

Usage

import {APIKEY,RandomNum,RandomString} from 'uniqueapi_id';

APIKEY(); // => f4cR-7qfs-ssYJ-1hEL RandomNum() // => 7880153464456115 RandomString() // => lBuEmxWZGZLYQXfJ

APIKEY(length?: number, ch?: string, div?: number, string?: string) RandomNum: (length?: number, string?: string) RandomNum: (length?: number, string?: string)