This directory contains various code samples written using Node.js.
All Node.js code in this repo must conform to the Google JavaScript Style Guide. You can determine if your code meets this style guide by running eslint from this directory:
$ npm run lint
Please resolve all errors and warnings before creating a pull request.