Status in README

This commit is contained in:
Julien Lengrand-Lambert
2025-05-01 11:36:58 +02:00
parent 428405bee0
commit 1931114f28

View File

@@ -3,6 +3,10 @@
[OpenGraphKt](https://github.com/jlengrand/OpenGraphKt) is a minimalist Kotlin multiplatform library that extracts [Open Graph tags](https://ogp.me/) from HTML pages.
The input HTML can be an inlined string, a file, or a remote URL. OpenGraphKt is a tiny wrapper on top of JSoup.
## Current status
* WIP and absolutely not ready for usage.
## Dependencies
- [JSoup](https://jsoup.org/)