Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 673 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 673 Bytes

megasena-result

A module to generate lottery numbers to help you win the lottery.

Build Status

Installation

$ npm install megasena-result

Usage

$ megasena-result
$ // 01, 05, 19, 30, 48, 57
$ megasena-result 9
$ // 01, 05, 11, 19, 23, 30, 36, 48, 57

or NodeJS

import megasena from 'megasena-result'

megasena()
// [01, 05, 19, 30, 48, 57]

megasena(9, true)
// "01, 05, 11, 19, 23, 30, 36, 48, 57"

License

MIT © Ian Ramos