Skip to content
/ ye Public

A lightweight command-line application written in Go that fetches and displays Kanye West quotes from an external API

License

Notifications You must be signed in to change notification settings

imran-salim/ye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ye

Read random Kanye West quotes in the Unix shell by accessing the 🌊 kanye.rest API.


Installation

Enter the following command to install this application:

make

installation.png

Usage

Enter the following command to use this application after installation:

./ye

usage

Testing

Enter the following command to run all unit tests:

go test -v ./test

usage

Docker

Enter the following commands to build and run a Docker image:

docker build -t ye .
docker run --rm -it ye

About

A lightweight command-line application written in Go that fetches and displays Kanye West quotes from an external API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published