Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rem42/loto-cli

Node script to play bananalotto or kingoloto grid in cli
https://github.com/rem42/loto-cli

Last synced: 3 days ago
JSON representation

Node script to play bananalotto or kingoloto grid in cli

Awesome Lists containing this project

README

        

loto-cli
========

Node script to play bananalotto or kingolo grid in cli

### Install

git clone [email protected]:rem42/loto-cli.git
cd loto-cli
npm install && npm build
chmod +x dist/index.js

### Usage

```bash
$ ./dist/index.js --help

_ _ _ _
| | ___ | |_ ___ ___ | | (_)
| | / _ \ | __| / _ \ _____ / __| | | | |
| | | (_) | | |_ | (_) | |_____| | (__ | | | |
|_| \___/ \__| \___/ \___| |_| |_|

Usage: index [options]

Play bananalotto grid without browser and ads

Options:
-V, --version output the version number
-g, --game name of the game bananalotto or kingoloto
-u, --user email of the credential
-p, --password password of the credential
--no-interaction play add grid without interaction
-h, --help output usage information
```