Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 530 Bytes

readme.md

File metadata and controls

49 lines (27 loc) · 530 Bytes

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!