helper-node
v0.0.1
Published
Simple helper
Downloads
6
Readme
helper-node
See test.js for examples
var h = require('helper-node');
h.get(url or filename, function(e, r){
// r is a json object, regardless of whether the source was json or xml
})
h.put(json object, filename, function(e, r){
// r is just the filename returned
})