This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Weather Alerts Script for Google Sheets | |
* | |
* This script automatically fetches and updates weather alerts from the National Weather Service | |
* for a list of ZIP codes in a Google Sheet. | |
* | |
* Sheet Layout: | |
* - Column F: ZIP codes (starting from row 3) | |
* - Column G: Weather alerts (starting from row 3) | |
* - Cell G2: Last update timestamp |