Registry / http-client / dpatrie-urbandictionary

dpatrie-urbandictionary

JSON →
library0.0.0-20151214192647-3b38cbf4cb81gogounverified

A Go client library for querying the Urban Dictionary API.

go get github.com/dpatrie/urbandictionary
INSTALL
IMPORT
SIG · DPATRIE-URBANDICTI
D
dpatrie-urbandictionary
http-clientgov0.0.0-20151214192647-3b38cbf4cb81
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

urbandictionary
github.com/dpatrie/urbandictionary

Fetches definitions from Urban Dictionary

package main import ( "fmt" "github.com/dpatrie/urbandictionary" ) func main() { def, err := urbandictionary.Define("word") if err != nil { panic(err) } fmt.Println(def) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20151214192647-3b38cbf4cb81latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
dpatrie-urbandictionary — go get dpatrie-urbandictionary · libregistry