Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 424 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 424 Bytes

Building APIs with Google Cloud

Directory

  • Nested JSON Demo - json-example
  • Cloud Vision Demo - cloud-vision

Debugging

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