1.0.3 • Published 7 years ago

nodeway-debug v1.0.3

Weekly downloads
11
License
MIT
Repository
-
Last release
7 years ago

nodeway-debug

class Debug extends Nodeway {
    log(url, callback) { ... }
}

module.exports = Debug;

log()

var debug = new Debug;
var url = 'https://nodeway.org/HelloWorld.js';

debug.log(url, function(err, count) {
    if(!err) console.log(`${url}被访问了${count}次。`);
});

License

MIT © May xiaoya zhang

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago