Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rinlovesyou/nekosgo


https://github.com/rinlovesyou/nekosgo

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# NekosGo

incredibly barebones and simple wrapper around the Nekos.life v3 api

## Usage

```go
import (
"fmt"

"github.com/RinLovesYou/NekosGo"
)

func main() {
res, err := NekosGo.Image(NekosGo.AnalGif)
if err != nil {
panic(err)
}

fmt.Println(res)
}
```