Know when Wembley Stadium events are happening ahead of time. This project generates a calendar file on all the upcoming events at Wembley Stadium.
The calendar is updated regularly and is always available to subscribe to/download here: https://mukundbhudia.github.io/wembley-events/wembley-events.ics.
In addition to the calendar, this project can also generate a JSON file containing the events available to download here: https://mukundbhudia.github.io/wembley-events/wembley-events.json.
The wembley-events-web project uses the events generated using this project to provide useful a frontend for the calendar.
GitHub Actions runs this project and uploads the calendar file to GitHub pages on a twice daily basis.
Feel free to subscribe to the calendar using your favourite calendar app. The file output conforms to the iCalendar specification.
.env.example
file to .env
and edit the values to suit.cargo r
.
CALENDAR_SAVE_PATH
.CALENDAR_JSON_SAVE_PATH
will create a JSON file of events with the same name..env.example
file to .env
and edit the values to suit.cargo b --release
.target/release/wembley-events
just as in development.cargo t
. This will run all tests in the /tests
directory.cargo t -- --ignored
.