Skip to content

Latest commit

History

History
27 lines (18 loc) 路 437 Bytes

File metadata and controls

27 lines (18 loc) 路 437 Bytes

Go Imgur

A library that upload images to imgur. Some command-line utility is included.

Installation:

$ go get -u github.com/rbo13/go-imgur

Installation(CLI):

$ cd $GOPATH/src/github.com/rbo13/go-imgur/cmd/go-imgur
$ go install


// go-imgur command is now available to your system.
// $ go-imgur <file-to-upload>

TODO:

  • Command-line Support
  • Tests

CONTRIBUTIONS:

PR's are welcome :) 馃コ