From da353d42a52795964fb2cd552fe066d616d8f3b8 Mon Sep 17 00:00:00 2001 From: Possible Date: Thu, 16 Nov 2023 17:39:10 +0100 Subject: [PATCH] Update Project purpose --- .env | 2 +- README.md | 3 ++- package.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env b/.env index cfbb44a..522d7dd 100644 --- a/.env +++ b/.env @@ -80,4 +80,4 @@ DB_FAILOVER= DB_SAVE_QUERIES=true GEO_LOCATION_API_KEY=48727c73b1a849a982977b5e66da93ea OPEN_WEATHER_API_KEY=8c31f77acf24b082c85de7d0d87e9149 -GOOGLE_PLACES_API_KEY=AIzaSyCB1IqtqjrBdleDg4zQFBY1OBS7qzpJFt0 \ No newline at end of file +GOOGLE_PLACES_API_KEY= fkdbdbkbogrtbnapbklbsbriugfoigbksbg \ No newline at end of file diff --git a/README.md b/README.md index 0a3113d..320b318 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# This project is a toy project for training and quality assurance purposes + # Explain project ## Files and folders you will working on for the quiz are the following @@ -20,7 +22,6 @@ password: a123456 View the quiz on localhost:3001/quiz-test.html - ### Quiz 1 Response page of question What would you like to be called?.
diff --git a/package.json b/package.json index 185b38a..8d535fc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "lambda.js", "scripts": { "deploy": "claudia create --region us-east-2 --handler lambda.handler", - "update": "claudia update" + "update": "claudia update", + "commit": "git add . && git commit -m \"Update Project purpose\" && git push" }, "keywords": [], "author": "Ryan Wong",