1.0.0 • Published 4 years ago
@game-action/kingoloto v1.0.0
GameAction/kingoloto
This repository created to play on kingoloto website and play grids
💻 Usage
TypeScript
import { Kingoloto } from "@game-action/kingoloto";
// to connect
const king = await Kingoloto.init("email", "password");
// fetch summary information
const summary = await king.summary();
console.log(summary); // Summary { grid: 10, cash: 0.06, point: 6750 }
// play grid, max of 10 per day
const grid = await king.playGrid();
console.log(grid); // true or false
📄 License
- Code: MIT © Rémy BRUYERE
1.0.0
4 years ago