1.2.2 • Published 1 year ago

check-sena v1.2.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

check-sena

A package that checks if the numbers passed as parameter match Brazil's lottery "Mega Sena" numbers

Usage

npx check-sena --numbers '<numbers>'

Options

CommandDescriptionTypeRequiredExample
-n, --numbers6 numbers, comma separatedstringYes'01, 02, 03, 04, 05, 06'
-h, --helpShow help
--versionShow version

Output

npx check-sena -n '01, 02, 3, 4, 55, 60'
    Seus números: 01 02 03 04 55 60
    Mega Sena Concurso 0001 (09/05/2023): 01 02 03 04 33 44

    Você acertou 4 números: 01, 02, 03, 04
    Um prêmio está disponível!

    https://loterias.caixa.gov.br/Paginas/Mega-Sena.aspx

Authors