Coder Social home page Coder Social logo

quiz's Introduction

QUIZ client/server

  • build and run cmd/q-server

  • build and optionally install cmd/q-client

  • to see available client commands just run

    ./q-client
    
    # expected output
    Usage: ./q-client <COMMAND>
      Available commands:
        quiz.answers
        quiz.end
        quiz.match
        quiz.questions
        quiz.score
        quiz.start

    Each command has it's own description, run it with --help option

    ./q-client quiz.answers --help
    
    # expected output
    Usage: ./q-client quiz.answers [OPTIONS]
    
      Description:
      	Answer QUIZ question(s).
    
      Examples:
      	; answer question id=1 with answer id=1
      	q-client quiz.answers -q=1:1
    
      	; answer multiple questions
      	q-client quiz.answers -q=1:1 -q=2:1 -q=3:1
    
      Options:
        -addr=127.0.0.1:5560  quiz server location
        -n=true               dry run, see specific command description
        -q=                   qa in format qid:aid
        -silent=false         suppress output
  • please find API endpoints and some description in router.go

  • please note, that instead of "cobra" there is another simple cli framework used, you can find it here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.