Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinlovesyou/nekosgo
https://github.com/rinlovesyou/nekosgo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rinlovesyou/nekosgo
- Owner: RinLovesYou
- License: mit
- Created: 2022-04-24T20:46:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T22:38:44.000Z (over 2 years ago)
- Last Synced: 2024-10-11T09:58:36.661Z (28 days ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
}
```