Skip to content

Instantly share code, notes, and snippets.

@joshblack
Created October 5, 2014 17:06
Show Gist options
  • Save joshblack/5a29caca931622f1f72c to your computer and use it in GitHub Desktop.
Save joshblack/5a29caca931622f1f72c to your computer and use it in GitHub Desktop.
var fs = require('fs');
fs.readFileAsync('foo.txt', function(buffer) {
var fileContents = buffer.toString();
// do stuff!
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment