0.3.1 • Published 9 years ago

post-json v0.3.1

Weekly downloads
12
License
BSD-2-Clause
Repository
-
Last release
9 years ago

post-json

wrapper for posting json with hyperquest

Build Status
NPM

install

npm install post-json

test

./bin/test

example

var postJson = require("post-json")

var url = "http://my-post-url.net/path"
var body = {my: "test", data: "fun"}

postJson(url, body, function (err, result) {
  // do stuff
})
0.3.1

9 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago