Simple NodeJs json http request command-line client. A cli wrapper around Request by Mikeal Rogers. Everything gets or posts via content-type application/json.
npm install get-post -g
Do a simple get as 'application/json' :
get "http://twitter.com/search.json?q=nodejs"
Do a simple json post:
post http://echo-json.heroku.com '{"hello":"world"}'
- Mikeal Rogers for Request
- Ryan Dahl for Nodejs