lz-lottery-tool

0.0.3 • Public • Published

Welcome to lz-lottery-tool 👋

Version Documentation

彩票中奖结果查询

支持彩票种类

  • [x] 双色球
  • [x] 超级大乐透
  • [x] 七星彩
  • [x] 七乐彩

🏠 Homepage

Install

npm install

Run tests

npm run test

Usage

import { Ssq } from 'lz-lottery-tool';
const {
  getSsqLotteryLevel,
} = Ssq;

// 查询是否中奖
// 我的彩票号码
const myLottery = '1 2 3 4 5 6 7';
// 中奖号码
const resultLottery = '1 2 3 4 5 6 7';
// 双色球中奖查询
const result = getSsqLotteryLevel(parseSsqString(myLottery), parseSsqString(resultLottery));

Give a ⭐️ if this project helped you!

Readme

Keywords

none

Package Sidebar

Install

npm i lz-lottery-tool

Weekly Downloads

2

Version

0.0.3

License

none

Unpacked Size

39.5 kB

Total Files

24

Last publish

Collaborators

  • lzuntalented