/ftclient

Simple CLI Quiz using Cobra and gRPC

Primary LanguageGoApache License 2.0Apache-2.0

ftclient - Simple Client CLI Quiz using Cobra and gRPC

Installation:

$ go get -v github.com/kkontus/ftserver
$ go get -v github.com/kkontus/ftclient

or

$ mkdir quiz && cd quiz
$ git clone https://github.com/kkontus/ftserver.git
$ git clone https://github.com/kkontus/ftclient.git

Run client:

$ ftclient questions

or

$ ftclient ranking

TODO

Tests for util functions