Skip to content

UltiRequiem/quotable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 📄