2ch-id-generator
v1.0.0
Published
A generator for anonymous user id like as 2ch
Downloads
23
Readme
2ch-id-generator
A generator for anonymous user id like as 2ch
Getting Started
$ npm install 2ch-id-generatorconst idGenerator = require('2ch-id-generator')
idGenerator() // -> bVBwT1fBgAPI
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
License
MIT
