/quotable

💻 Quotable.io API Wrapper + CLI App

Primary LanguageGoMIT LicenseMIT

Quotable

Go Report Card Go Reference

Screenshot

A wrapper around the Quotable.io API.

Usage

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 📖

CLI

Installation

go install github.com/UltiRequiem/quotable@latest

Usage

quotable

Or an X quantity of times :👇

quotable 38

Video Showcase 📷

Other Art

I also made this on JavaScript, Python, a website, and Rust.

Licence

Licensed under the MIT License 📄