Skip to content

Instantly share code, notes, and snippets.

@tuannvm
Last active July 1, 2017 01:02
Show Gist options
  • Save tuannvm/49df20f04d78cd59aaba to your computer and use it in GitHub Desktop.
Save tuannvm/49df20f04d78cd59aaba to your computer and use it in GitHub Desktop.
var output = fs.createWriteStream('/where/to/save'+filename);
    output.write(buffer);
    output.end();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment