VERSION:0.1.1
Published over 3 years ago by @cto.ai
cto.ai/
trivia

trivia

Trivia for everyone! Trivia questions from the Open Trivia Database.

Requirements

To run this or any other Op, install the Ops Platform.

Find information about how to run and build Ops via the Ops Platform Documentation.

Usage

To initiate the interactive trivia CLI prompt run:

ops run cto.ai/trivia

Local Development / Running from Source

1. Clone the repo:

git clone <git url>

2. Navigate into the directory and install dependencies:

cd trivia && go get ./...

1. Run the Op from your current working directory with:

ops run .

Debugging Issues

Use the DEBUG flag in the terminal to see verbose Op output like so:

DEBUG=trivia:* ops run trivia

When submitting issues or requesting help, be sure to also include the version information. To get your ops version run:

ops -v

Resources

trivia Docs

Contributing

See the Contributing Docs for more information.

Contributors

aschereT's face here
Vincent Tan

LICENSE

MIT