2ch-id-generator 中文文档教程

发布于 6年前 浏览 17 项目主页 更新于 3年前

2ch-id-generator

匿名用户 ID 的生成器,如 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

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文