Skip to content

Instantly share code, notes, and snippets.

@nbqx
Created June 8, 2011 09:24
Show Gist options
  • Save nbqx/1014087 to your computer and use it in GitHub Desktop.
Save nbqx/1014087 to your computer and use it in GitHub Desktop.
var fs = require('fs');
var request = require('request');
request({uri:'http://k.yimg.jp/images/top/sp/logo.gif'}).pipe(fs.createWriteStream('logo.gif'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment