helper-node

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i helper-node

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • dpweb