- Gain an API key in order to be actually able to use the service.
-
- If you want to just use the CLI go here and download it for your system.
- Run the command
go get -u github.com/whats-this/owo.go/...
, this should get the library and build/install latest CLI.
- Check the CLI to learn how to use the library.
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.
- 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
- Aleksandr Tihomirov
- [email protected]