Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sya-ri/wake-up-free-hosting
Wake Up, Free Hosting!
https://github.com/sya-ri/wake-up-free-hosting
google-apps-script
Last synced: about 1 month ago
JSON representation
Wake Up, Free Hosting!
- Host: GitHub
- URL: https://github.com/sya-ri/wake-up-free-hosting
- Owner: sya-ri
- Created: 2021-03-07T10:12:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T14:25:27.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T18:53:29.638Z (3 months ago)
- Topics: google-apps-script
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wake-Up-Free-Hosting
Wake Up, Free Hosting!```js
function wakeUp() {
var url = "https://example.com";
UrlFetchApp.fetch(url, { muteHttpExceptions: true });
}
```Set Trigger to run every 1 minute, 5 minutes, etc.