Skip to content

tphummel/post-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •