An alarmingly hacky script to show now + next for an event with its schedule on <joind.in>
Clone this repo, then install the dependencies with Composer.
composer install
Edit the public/index.php
file to add the API URL for your event.
Point your webserver to the public/
directory or for development use try the built-in server:
cd public/
php -S localhost:8080
Patches very welcome.