Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binocarlos/littleid

make a random id of X chars long
https://github.com/binocarlos/littleid

Last synced: 11 days ago
JSON representation

make a random id of X chars long

Awesome Lists containing this project

README

        

littleid
--------

make a random id of X chars long

## install

```
$ npm install littleid
```

## usage

```js
var littleid = require('littleid')

// default is 6 chards
var id = littleid()

// but you can have an id any length
var longer = littleid(16)
```

## license

MIT