Update Project purpose
This commit is contained in:
@@ -80,4 +80,4 @@ DB_FAILOVER=
|
|||||||
DB_SAVE_QUERIES=true
|
DB_SAVE_QUERIES=true
|
||||||
GEO_LOCATION_API_KEY=48727c73b1a849a982977b5e66da93ea
|
GEO_LOCATION_API_KEY=48727c73b1a849a982977b5e66da93ea
|
||||||
OPEN_WEATHER_API_KEY=8c31f77acf24b082c85de7d0d87e9149
|
OPEN_WEATHER_API_KEY=8c31f77acf24b082c85de7d0d87e9149
|
||||||
GOOGLE_PLACES_API_KEY=AIzaSyCB1IqtqjrBdleDg4zQFBY1OBS7qzpJFt0
|
GOOGLE_PLACES_API_KEY= fkdbdbkbogrtbnapbklbsbriugfoigbksbg
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# This project is a toy project for training and quality assurance purposes
|
||||||
|
|
||||||
# Explain project
|
# Explain project
|
||||||
|
|
||||||
## Files and folders you will working on for the quiz are the following
|
## 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
|
View the quiz on localhost:3001/quiz-test.html
|
||||||
|
|
||||||
|
|
||||||
### Quiz 1
|
### Quiz 1
|
||||||
|
|
||||||
Response page of question What would you like to be called?.<br>
|
Response page of question What would you like to be called?.<br>
|
||||||
|
|||||||
+2
-1
@@ -5,7 +5,8 @@
|
|||||||
"main": "lambda.js",
|
"main": "lambda.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"deploy": "claudia create --region us-east-2 --handler lambda.handler",
|
"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": [],
|
"keywords": [],
|
||||||
"author": "Ryan Wong",
|
"author": "Ryan Wong",
|
||||||
|
|||||||
Reference in New Issue
Block a user