Facebook-Events-iCal-Converter/lib/services
Ondřej Synáček 88daa02117 implement same parsing logic on server and frontend
Server now downloads the HTML file via new endpoint but the parsing logic now happens in
the browser. The reason for this is to have a way same code for both
environments.

If the JavaScript is disabled, it's still possible to call the previous
endpoint and download the file from the server.
2020-07-17 22:20:48 +02:00
..
crawler.js make logger optional so code can be re-used for CLI interface 2020-07-15 20:54:24 +02:00
dom-parser.js remove URL requirement for DOM parser 2020-07-16 16:48:05 +02:00
ics-generator.js refactor retrieving ICS file 2019-10-23 20:37:06 +02:00
ics-retriever.js implement same parsing logic on server and frontend 2020-07-17 22:20:48 +02:00
ldjson-parser.js add specs for LD JSON parser 2020-07-15 20:54:24 +02:00