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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i helper-node

    Weekly Downloads

    3

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • dpweb