UNPKG

req-fast

Version:

This module is designed to be the fast, lightweight way to fetch the web content(HTML stream).

8 lines (5 loc) 156 B
'use strict' var fs = require('fs') var req = require('../') req('http://nodestreams.com/input/people.json') .pipe(fs.createWriteStream('people.json'))