README.md
changeset 258 8f19923fa340
parent 246 3dcfc59d90b9
equal deleted inserted replaced
257:0b6a4fdf32f8 258:8f19923fa340
     2 
     2 
     3 Golang library for the Mastodon API
     3 Golang library for the Mastodon API
     4 
     4 
     5 [![godoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/McKael/madon)
     5 [![godoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/McKael/madon)
     6 [![license](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/McKael/madon/master/LICENSE)
     6 [![license](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/McKael/madon/master/LICENSE)
     7 [![build](https://travis-ci.org/McKael/madon.svg?branch=master)](https://travis-ci.org/McKael/madon)
       
     8 [![Go Report Card](https://goreportcard.com/badge/github.com/McKael/madon)](https://goreportcard.com/report/github.com/McKael/madon)
     7 [![Go Report Card](https://goreportcard.com/badge/github.com/McKael/madon)](https://goreportcard.com/report/github.com/McKael/madon)
     9 
     8 
    10 `madon` is a [Go](https://golang.org/) library to access the Mastondon REST API.
     9 `madon` is a [Go](https://golang.org/) library to access the Mastondon REST API.
    11 
    10 
    12 This implementation covers 100% of the current API, including the streaming API.
    11 This implementation covers 100% of the current API, including the streaming API.