Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.