bake / mangarock

A Go client for the MangaRock API

Home Page:https://godoc.org/github.com/bake/mangarock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MangaRock

GoDoc Go Report Card

A Go client for the MangaRock API. Use mri to decode images.

func main() {
  c := mangarock.New()
  m, err := c.Manga("mrs-serie-100177863")
  if err != nil {
    log.Fatal(err)
  }
  fmt.Println(m.Name)
  // Fushigi Neko no Kyuu-chan
}

About

A Go client for the MangaRock API

https://godoc.org/github.com/bake/mangarock

License:MIT License


Languages

Language:Go 100.0%