Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
/ okr Public archive

Build okara URL with cli.

License

Notifications You must be signed in to change notification settings

yano3/okr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

okr

GitHub release CircleCI

Build okara URL with cli.

Usage

$ okr -c 300x200c -f webp https://example.com/path/to/your/image.jpg

Installation

macOS

If you use Homebrew:

brew tap yano3/okr
brew install okr

Other platforms

Download binary from releases page or use go get command.

$ go get -u github.com/yano3/okr

Configuration

Set environment variables bellow.

export OKARA_HOST=<Put your okara host beginning with "http" or "https">
export OKARA_SERVICE=<Put your service>
export OKARA_TYPE=<Put your type>
export OKARA_SECRET_TOKEN=<Put your okara secret token>