An open API service indexing awesome lists of open source software.

https://github.com/afeiship/next-random-id

Random short string.
https://github.com/afeiship/next-random-id

id key next random short str string

Last synced: about 2 months ago
JSON representation

Random short string.

Awesome Lists containing this project

README

          

# next-random-id
> Random short string.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-random-id
```

## usage
```js
import '@jswork/next-random-id';

nx.randomId(5); // 5rxfj
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-random-id/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-random-id
[version-url]: https://npmjs.org/package/@jswork/next-random-id

[license-image]: https://img.shields.io/npm/l/@jswork/next-random-id
[license-url]: https://github.com/afeiship/next-random-id/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-random-id
[size-url]: https://github.com/afeiship/next-random-id/blob/master/dist/next-random-id.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-random-id
[download-url]: https://www.npmjs.com/package/@jswork/next-random-id