这是indexloc提供的服务,不要输入任何密码
Skip to content

Add Accessibility-alt-text-bot badge to README.md #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Website Status Monitoring

[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg?style=flat-square)](https://github.com/google/clasp) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![CodeQL](https://github.com/ttsukagoshi/website-monitoring-by-gas/workflows/CodeQL/badge.svg)](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions?query=workflow%3ACodeQL) [![GitHub Super-Linter](https://github.com/ttsukagoshi/website-monitoring-by-gas/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) [![Publish Release](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions/workflows/release.yml/badge.svg)](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions/workflows/release.yml)
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg?style=flat-square)](https://github.com/google/clasp) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Accessibility-alt-text-bot](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions/workflows/a11y-alt-text-bot.yml/badge.svg)](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions/workflows/a11y-alt-text-bot.yml) [![CodeQL](https://github.com/ttsukagoshi/website-monitoring-by-gas/workflows/CodeQL/badge.svg)](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions?query=workflow%3ACodeQL) [![GitHub Super-Linter](https://github.com/ttsukagoshi/website-monitoring-by-gas/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) [![Publish Release](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions/workflows/release.yml/badge.svg)](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions/workflows/release.yml)

Website status monitoring using Google Sheets and Google Apps Script.

## About

![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)

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.
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 like Looker 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.

## Copy Sample Spreadsheet

Expand All @@ -20,7 +21,7 @@ See [website](https://www.scriptable-assets.page/gas-solutions/website-monitorin

## Updates

Updates will be distributed via [@ttsukagoshi/website-monitoring-by-gas (GitHub)](https://github.com/ttsukagoshi/website-monitoring-by-gas).
Updates will be distributed via this repository.

## Terms and Conditions

Expand Down