@game-action/primolotto
v1.0.0
Published
primolotto to play grids
Downloads
19
Readme
GameAction/primolotto
This repository created to play on primolotto website and play grids
💻 Usage
Install the package as a dependency from npm:
npm install @game-action/primolottoor
yarn add @game-action/primolottoTypeScript
import { Primolotto } from "@game-action/primolotto";
// to connect
const primolotto = await Primolotto.init("email", "password");
// fetch summary information
const summary = await primolotto.summary();
console.log(summary); // Summary { ticket: 187 }
// play grid, max of 10 per day
const grid = await primolotto.playGrid();
console.log(grid); // true or false📄 License
- Code: MIT © Rémy BRUYERE
