Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 550 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 550 Bytes

PunkAPI

This is a client to access data from the PunkAPI.

Prerequisites

Compilation

For development builds:

$ make

For release builds:

$ make release

Usage

$ ./punkapi [options]

Without any options punkapi will return a list of 25 beers.

Options:

  • -r Return a random beer
  • -p <page> Return the given page of beers
  • -i <items> Set the number of beers per page
  • -k Use insecure connection