Skip to content

whats-this/owo.go

Repository files navigation

go-owo Travis Codecov

Install

  1. Gain an API key in order to be actually able to use the service.
    1. If you want to just use the CLI go here and download it for your system.
    2. Run the command go get -u github.com/whats-this/owo.go/..., this should get the library and build/install latest CLI.
  2. Check the CLI to learn how to use the library.

gowo - CLI for owo Github All Releases GitHub release

This is an example of how to use the library and also serves as a neat CLI. You can find built binaries here. To use the binaries you need owo key in a config file. By default it looks for a config file named .gowo.yaml (other formats also applicable, but not tested) in $HOME & ./ (current working directory) Currently gowo only cares about key and cdn, respectively key is the api key provided to you by service admins and cdn is the domain your uploaded files will be prefixed with.

Contribute

  • Fork this repository
  • Create a new feature branch for a new functionality or bugfix
  • Commit your changes
  • Execute test suite
  • Push your code and open a new pull request
  • Use issues for any questions
  • Check wiki for extra documentation

Contact