Renders GitHub Milestones in a iCal-compatible .ics
feed that can be subscribed to via Google Calendar, iCal, etc.
- Fork this repo
heroku create
- Set these environment variables:
GITHUB_TOKEN
- a personal OAuth tokenGITHUB_REPOS
- a comma-separated list of github repos that we'll pull milestones fromURL_SECRET
- (optional) an arbitrary string that will become part of your uri, for "security"
git push heroku master
- Point your calendar to
http://[hostname]/milestones.ics
, orhttp://[hostname]/milestones/[URL_SECRET].ics
if you set aURL_SECRET
.