One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| # EDITOR=nano sudo visudo | |
| # Change the following line: (:i to insert + esc to go back + :w to save + :q to quit) | |
| # Defaults env_reset | |
| # to: | |
| # Defaults env_reset,timestamp_timeout=960 # in minutes | |
| export PATH=$PATH:. | |
| # export PATH=$PATH:/usr/bin |
| 'use strict'; | |
| // Dependencies | |
| const gcloud = require('google-cloud', { | |
| projectId: 'sara-bigquery', | |
| keyfileName: 'keyfile.json' | |
| }); | |
| const vision = gcloud.vision(); | |
| const fs = require('fs'); | |
| const async = require('async'); |