https://github.com/pizzapanther/pizza-functions
Web functions built by PizzaPanther
https://github.com/pizzapanther/pizza-functions
Last synced: 2 months ago
JSON representation
Web functions built by PizzaPanther
- Host: GitHub
- URL: https://github.com/pizzapanther/pizza-functions
- Owner: pizzapanther
- License: bsd-3-clause
- Created: 2024-03-14T11:41:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T13:00:44.000Z (about 1 year ago)
- Last Synced: 2024-03-15T13:01:26.688Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web functions built by PizzaPanther
## Digital Ocean Functions
- **[calcache](do/calcache)**: Takes an iCal URL and serves the file. This is basically a proxy so that you can use something [fullcalendar.io](https://fullcalendar.io/) with out CORS issues. You can take your Google Calendar and embed it on your website and not look default ugly like the Google Calendar embed.
- **[rumblelive](do/rumblelive)**: API to look at your Rumble channel and always return the latest live embed code. You can use this function as an embed code which never changes and always points to the latest live feed.
- **[youtubelive](do/youtubelive)**: API to look at your Youtube channel and always return the latest live embed code. You can use this function as an embed code which never changes and always points to the latest live feed.
- **[zrelease](do/zrelease)**: Searches a Github Repo for the latest release zip file. Used in conjunction with [CapGo](https://capgo.app/) you can push the latest content mobile applications on iOS and Android.