- Nested JSON Demo - json-example
- Cloud Vision Demo - cloud-vision
Setting Environment Variables
For poweshell:
$env:GOOGLE_APPLICATION_CREDENTIALS="./example.json"
For Mac/Linux:
export GOOGLE_APPLICATION_CREDENTIALS="./example.json"
To install express:
npm install -g express-generator
npm install express --save