https://github.com/binocarlos/littleid
make a random id of X chars long
https://github.com/binocarlos/littleid
Last synced: 4 months ago
JSON representation
make a random id of X chars long
- Host: GitHub
- URL: https://github.com/binocarlos/littleid
- Owner: binocarlos
- Created: 2014-05-25T21:44:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T18:07:02.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T03:33:23.658Z (5 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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