Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

bake/mangarock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

Releases

No releases published

Packages

No packages published

Languages