-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Github Action badge * Updated links to the API docs * Fixed markdown linter warnings
- Loading branch information
1 parent
1e35e8c
commit 6686abd
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |