Skip to content

twilson63/get-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GET-POST

Two CLI applications that connect to http servers using json

Installation

npm install get-post -g

GET

Usage

get http://twitter.com/search.json?q=nodejs

POST

Usage

echo '{"Hello": "World"} | post http://echo-json.heroku.com

FAQ

  • Why?

Because with curl I just got tired of typeing -H 'Content-Type: application/json'

Thanks

  • Mikeal Rogers for Request
  • Ryan Dahl for Nodejs

License

See LICENSE

Contribute

Contributions Welcome!

About

Simple Command Line Wrapper around Request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published