Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTML parser implementation and module #23

Merged
merged 14 commits into from
Nov 22, 2022

Conversation

gchristov
Copy link
Owner

@gchristov gchristov commented Nov 17, 2022

What does this pull request change?

This PR adds an implementation for an HTML parser which will be needed for the search functionality. The parser utilises Node's node-html-parser library and provides APIs to access it and convert to specific domain models.

How is this change tested?

Manually, with new and existing unit tests.


Writing Kotlin Multiplatform tests

@gchristov gchristov marked this pull request as ready for review November 22, 2022 17:41
@gchristov gchristov merged commit a786b8a into master Nov 22, 2022
@gchristov gchristov deleted the feature/html-parse-implementation branch November 22, 2022 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant