Skip to content

Latest commit

History

History
62 lines (40 loc) 路 1.23 KB

File metadata and controls

62 lines (40 loc) 路 1.23 KB

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 馃搫