UNPKG

cat

Version:

cat will read the contents of an url

5 lines (3 loc) 137 B
var cat = require('./index'); cat(__filename, console.log); cat('https://raw.github.com/mafintosh/cat/master/example.js', console.log);