README.md
changeset 2 10ffb25f0ca2
parent 0 3a990ffb9368
child 3 c62478adcd24
equal deleted inserted replaced
1:00a8d005bc21 2:10ffb25f0ca2
     1 # gondole
     1 # gondole
       
     2 
     2 Go version of the Mastodon API
     3 Go version of the Mastodon API
       
     4 
       
     5 [![godoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/keltia/gondole) [![license](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/keltia/gondole/master/LICENSE) [![build](https://img.shields.io/travis/keltia/gondole.svg?style=flat)](https://travis-ci.org/keltia/gondole) [![Go Report Card](https://goreportcard.com/badge/github.com/keltia/gondole)](https://goreportcard.com/report/github.com/keltia/gondole)
       
     6 
       
     7 `gondole` is a [Go](https://golang.org/) library to access the Mastondon [REST API](http://www.rubydoc.info/gems/mastodon-api/Mastodon/REST/API).
       
     8 
       
     9 **Work in progress, still incomplete**
       
    10 
       
    11 ## Installation
       
    12 
       
    13 Like many Go-based tools, installation is very easy
       
    14   
       
    15     go get github.com/keltia/gondole
       
    16 
       
    17   or
       
    18   
       
    19     git clone https://github.com/keltia/gondole
       
    20     go install ./cmd/...
       
    21 
       
    22 The library is fetched, compiled and installed in whichever directory is specified by `$GOPATH`.  The `atlas` binary will also be installed.