A service, that takes a Wikipedia-Page with a table (e.g. Upcoming Falcon 9 and Falcon Heavy Launches) and makes an ics-Feed available.
- read Wikipedia page by name or url
- parse tables
- detect date/string/number columns
- let user pick (compatible) table to use and which columns to include in output
- generate ics-feed from table
- Server Side Swift: NIO or Vapor
- HTML Parsing: Kanna by Atsushi Kiwaki
- ICS-Feed: Use iCalKit by Kilian Koeltzsch