A generator for anonymous user id like as 2ch
> A generator for anonymous user id like as 2ch
```
$ npm install 2ch-id-generator
`javascript`
const idGenerator = require('2ch-id-generator')
idGenerator() // -> bVBwT1fBg
`javascript`
const idGenerator = require('2ch-id-generator')
idGenerator(options)
- optionsip
- - (String) IP address of contributor. Default: 127.0.0.1key
- - (String) Unique key of bulletin board. Default: news4viprand
- - (String) Random character string updated every day. Default: fusianasanlength
- - (Number) Length of id. Default: 9`
MIT