Skip to content

Commit a8f63a5

Browse files
authored
Merge pull request #55 from ttsukagoshi/main
v1.0.1 Dev Dependencies Updates and Documentation Improvements
2 parents 2fe31d9 + 5ced09b commit a8f63a5

File tree

3 files changed

+36
-17
lines changed

3 files changed

+36
-17
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Website status monitoring using Google Sheets and Google Apps Script.
66

77
## About
88

9-
A Spreadsheet-bound apps script solution to conduct automated status monitoring on websites listed by the user in a Google Sheets management file. A separate status log file in Google Sheets will be created so that users can easily integrate data with BI services such as Google Data Studio.
9+
![Screenshot of the dashboard worksheet in the Website Status Monitoring managing spreadsheet](https://lh3.googleusercontent.com/pw/AM-JKLXEoseETkZUmA6uPnRP-ozJpqDa4gHp-X06Uqcd2WxEhHIN9MFwp4e-YFsF6icsosUEWAszWrgz8z6bNucC-DuO0_BpBotOprnGer7z8fbxcxB2_34UD6YziJjfC4B88jiAgXu7XdUXvr_N88UM5XIl=w1908-h574-no)
1010

11-
## Install
11+
A Spreadsheet-bound apps script solution to conduct automated status monitoring on websites listed by the user in a Google Sheets management file. A separate status log file in Google Sheets will be created so that users can easily integrate data with BI services such as Google Data Studio. Notifications of changes in website status will be sent to the user's Gmail. An optional setting to send notifications to Google Chat is available.
1212

13-
Copy [this sample spreadsheet](https://docs.google.com/spreadsheets/d/1JvO090VcgvF-WwciNnzRb1_nonKJC5QHN73h_CXS1Cw/edit#gid=0) to your Google Drive.
13+
## Copy Sample Spreadsheet
14+
15+
Copy [this sample spreadsheet](https://docs.google.com/spreadsheets/d/1JvO090VcgvF-WwciNnzRb1_nonKJC5QHN73h_CXS1Cw/copy) to your Google Drive.
1416

1517
## How to Use
1618

package-lock.json

Lines changed: 30 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/ttsukagoshi/website-monitoring-by-gas#readme",
2424
"devDependencies": {
25-
"@google/clasp": "^2.4.0",
25+
"@google/clasp": "^2.4.1",
2626
"@types/google-apps-script": "^1.0.37",
2727
"@typescript-eslint/eslint-plugin": "^4.29.1",
2828
"@typescript-eslint/parser": "^4.29.1",

0 commit comments

Comments
 (0)