8000 GitHub - bake/mangarock: A Go client for the MangaRock API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was 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
}

About

A Go client for the MangaRock API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

N 2E2C o packages published

Languages

0