1.0.0 • Published 3 years ago

@game-action/kingoloto v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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