Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binocarlos/littleid
- Owner: binocarlos
- Created: 2014-05-25T21:44:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T18:07:02.000Z (over 10 years ago)
- Last Synced: 2024-10-14T12:07:45.473Z (about 1 month 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