Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
* Added Github Action badge
* Updated links to the API docs
* Fixed markdown linter warnings
  • Loading branch information
jbreitbart committed Apr 24, 2020
1 parent 1e35e8c commit 6686abd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# go-imgur
[![GoDoc](https://godoc.org/github.com/koffeinsource/go-imgur?status.svg)](https://godoc.org/github.com/koffeinsource/go-imgur)

![Go](https://github.com/koffeinsource/go-imgur/workflows/Go/badge.svg)
[![GoDoc](https://godoc.org/github.com/koffeinsource/go-imgur?status.svg)](https://pkg.go.dev/github.com/koffeinsource/go-imgur?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/koffeinsource/go-imgur)](https://goreportcard.com/report/github.com/koffeinsource/go-imgur)
[![Coverage Status](
https://coveralls.io/repos/github/koffeinsource/go-imgur/badge.svg?branch=master)](https://coveralls.io/github/koffeinsource/go-imgur?branch=master)

Go library to use the imgur.com API. At the moment only the anonymous part of the API is supported, but that is used in a production environment.

### Example
## Example

To see some simple example code please take a look at the command line client found in `imgurcmd/main.go`.

0 comments on commit 6686abd

Please # to comment.