https://github.com/switz/phishcal
phish.net ical generator (cloudflare worker)
https://github.com/switz/phishcal
Last synced: about 1 year ago
JSON representation
phish.net ical generator (cloudflare worker)
- Host: GitHub
- URL: https://github.com/switz/phishcal
- Owner: switz
- Created: 2023-02-20T19:51:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T19:54:44.000Z (over 3 years ago)
- Last Synced: 2025-04-14T20:16:23.598Z (about 1 year ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phishcal
This is a Phish calendar built on top of Cloudflare Workers and the Phish.net API.
## Add to your calendar
Add https://phishcal.saewitz.com as a new Calendar Subscription to Calendar on Mac or iOS.
## Running yourself
Set the URL env var to:
```
vars = {URL = "https://api.phish.net/v5/shows.json?apikey=YOURKEY&order_by=showdate&direction=desc&limit=100"}
```