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

https://github.com/lakca/number-uid

Generate number filled uid.
https://github.com/lakca/number-uid

javascript nodejs number-uid uid

Last synced: about 2 months ago
JSON representation

Generate number filled uid.

Awesome Lists containing this project

README

          

# number-uid
> Generate number filled uid.

[![Build Status](https://www.travis-ci.org/lakca/number-uid.svg?branch=master)](https://www.travis-ci.org/lakca/number-uid)
[![codecov](https://codecov.io/gh/lakca/number-uid/branch/master/graph/badge.svg)](https://codecov.io/gh/lakca/number-uid)

## QuickStart

```bash
npm install number-uid --save
```
## Usage

`nuid(length)`

```javascript
const nuid = require('number-uid');
const uid = nuid(10);
console.log(uid);
// for example:
```

## License

[MIT](LICENSE)