Skip to content

marthjod/binquiry-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binquiry-web

Simple JSON web server for binquiry.

Heroku demo.

Example

$ go run main.go
Serving on port 4242

GUI

http://localhost:4242/

CLI

$ curl -s 'localhost:4242/?q=kona' | jq '.[] | .gender'
"Feminine"
# etc.

For more examples, see binquiry.