Skip to content

Commit 150820b

Browse files
committed
Tidy things up, add badges
1 parent 789de6f commit 150820b

File tree

10 files changed

+5791
-2612
lines changed

10 files changed

+5791
-2612
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ yarn-debug.log*
2323
yarn-error.log*
2424

2525
# secrets
26-
/gcpconfig.json
26+
gcpconfig.json

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# HyperVision
22

3+
[![Version](https://img.shields.io/badge/Version-1.1.0-1f425f.svg)](https://shields.io/)
4+
[![Website](https://img.shields.io/website-up-down-green-red/https/matthew29tang.github.io/hypervision)](https://matthew29tang.github.io/hypervision)
5+
[![JavaScript Style Guide: Good Parts](https://img.shields.io/badge/code%20style-goodparts-brightgreen.svg?style=flat)](https://github.com/dwyl/goodparts "JavaScript The Good Parts")
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7+
8+
39
This web application was created by Matthew Tang and Christianna Xu.
410

511
To use this service, upload a picture and the URLs visible in the image will be displayed so you can easily copy without typing them.

backend/gcpSetup.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var fs=require('fs');
2+
fs.writeFile(process.env.GCP_KEY_FILE, process.env.GCP_CRED, (err) => {});
3+
console.log("Google cloud credentials written to " + process.env.GCP_KEY_FILE);

0 commit comments

Comments
 (0)