Skip to content

fredrikburman/ted-lasso-quotes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ted Lasso Quotes CLI

This cli makes it easy to get quotes from the Ted Lasso Quotes API

Just clone the repo and build the binary for your distribution

Prerequisite: you need to have Go 1.15 or later installed

This should be enough to build your binary go build -o tedlasso-cli main.go

Then run it using ./tedlasso-cli

Available params

./tedlasso-cli -h
  -c string
    	Character to fetch (default to random: valid choices: ted-lasso|roy-kent|coach-beard)
  -o string
    	Print output in format: text/json (default "text")
  -t duration
    	Client timeout (default 2s)

Example

$ ./tedlasso-cli -c roy-kent

Enjoy your trophies for winning nothing.”
— Roy Kent

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages