BlinkTrade upload deposit receipts on Google Cloud AppEngine.
Before you can run or deploy the sample, you will need to do the following:
-
Enable the Cloud Storage API in the Google Developers Console.
-
Create a Cloud Storage Bucket. You can do this with the Google Cloud SDK with the following command:
$ gsutil mb gs://<your-bucket-name>
-
Set the default ACL on your bucket to public read in order to serve files directly from Cloud Storage. You can do this with the Google Cloud SDK with the following command:
$ gsutil defacl set public-read gs://<your-bucket-name>
Then set environment variables before starting your application:
export GCLOUD_PROJECT=<your-project-id>
export GCLOUD_STORAGE_BUCKET=<your-bucket-name>
$ npm install
$ npm start
Watching changes
$ npm run watch
Make sure to set the GCLOUD_PROJECT
and GCLOUD_STORAGE_BUCKET
on app.yaml
file
$ npm run deploy
- Detect exif images fraud
- Video self capture
BlinkTrade INC 2016 - GNU GPL v3