1.1.2 • Published 6 years ago

six-code v1.1.2

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
6 years ago

six-code

$ npm install six-code

说明

  • 将Unix时间戳所有数字相加,放置于后两位
  • 前四位为随机数,第二位不能和第一位相等,第三位不能和第二位相等,依次类推,只有前四个相邻的不能相等

使用

const sixCode=require('six-code');
 
var code=sixCode.code();

输出

$ 045254
1.1.2

6 years ago

1.1.1

6 years ago

1.0.0

6 years ago