2ch-id-generator

1.0.0 • Public • Published

2ch-id-generator

A generator for anonymous user id like as 2ch

Getting Started

$ npm install 2ch-id-generator
const idGenerator = require('2ch-id-generator')
idGenerator() // -> bVBwT1fBg

API

const idGenerator = require('2ch-id-generator')
idGenerator(options)
  • options
    • ip - (String) IP address of contributor. Default: 127.0.0.1
    • key - (String) Unique key of bulletin board. Default: news4vip
    • rand - (String) Random character string updated every day. Default: fusianasan
    • length - (Number) Length of id. Default: 9

License

MIT

Author

@p-chan

Readme

Keywords

Package Sidebar

Install

npm i 2ch-id-generator

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • p-chan