Skip to content

a simple service for formatting JSON from curl's response

License

Notifications You must be signed in to change notification settings

frankegoesdown/gcrequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcrequest

a simple service for formatting JSON from curl's answer

instal

go get github.com/frankegoesdown/gcrequest
cd ~/go/github.com/frankegoesdown/gcrequest
go build -o gcr
sudo mv gcr /usr/local/bin/gcr

usage

gcr curl --location --request GET 'http://localhost:8080/todos' 

or 

gcr --location --request GET 'http://localhost:8080/todos' 

About

a simple service for formatting JSON from curl's response

Resources

License

Stars

Watchers

Forks

Packages

No packages published