https://github.com/ultirequiem/quotable
💻 Quotable.io API Wrapper + CLI App
https://github.com/ultirequiem/quotable
cli cli-application go golang golang-wrapper random-quotes
Last synced: 10 months ago
JSON representation
💻 Quotable.io API Wrapper + CLI App
- Host: GitHub
- URL: https://github.com/ultirequiem/quotable
- Owner: UltiRequiem
- License: mit
- Created: 2021-08-18T20:15:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T20:59:26.000Z (about 4 years ago)
- Last Synced: 2025-07-20T09:36:50.412Z (10 months ago)
- Topics: cli, cli-application, go, golang, golang-wrapper, random-quotes
- Language: Go
- Homepage: https://pkg.go.dev/github.com/UltiRequiem/quotabler
- Size: 65.4 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Quotable
[](https://goreportcard.com/report/github.com/UltiRequiem/dadjokes)
[](https://pkg.go.dev/github.com/UltiRequiem/dadjokes/pkg)

A wrapper around the [Quotable.io API](https://api.quotable.io).
## Usage
```go
import (
"fmt"
"github.com/UltiRequiem/quotable/pkg"
)
func main(){
data, error := quotable.GetQuotable()
fmt.Printf("%s\n -%s\n", data.Content, data.Author)
}
```
## Docs
Is hosted on
[pkg.go.dev](https://pkg.go.dev/github.com/UltiRequiem/quotable/pkg) 📖
## CLI
### Installation
```bash
go install github.com/UltiRequiem/quotable@latest
```
### Usage
```bash
quotable
```
Or an `X` quantity of times :👇
```bash
quotable 38
```
[Video Showcase](https://youtu.be/rfBqpPCBrDE) 📷
## Other Art
I also made this on [JavaScript](https://github.com/UltiRequiem/ranmess),
[Python](https://github.com/UltiRequiem/quoteran),
[a website](https://github.com/UltiRequiem/ulti-random-quotes), and
[Rust](https://github.com/UltiRequiem/ruquotes).
## Licence
Licensed under the MIT License 📄