From 88c9b155f530817b71046b528e88aa9bd6561d87 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Mon, 19 May 2025 13:46:13 +0200 Subject: [PATCH] Updates README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4d051b..54b3789 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ OpenGraphKt is a tiny wrapper on top of JSoup. ## Current status -* WIP and absolutely not ready for production usage. -* Implementation missing the music, video and audio verticals (see https://ogp.me/) +* Library can extract OpenGraph tags from HTML via a `URL`, `String` or `File` input. +* Current implementation is JVM only, due to the `JSoup` dependency. +* Protocol implementation is complete for `og:` tags, but types aren't fully correct (most types currently are `String`). +* Library should be considered in pre-alpha, use this in production at your own risks :). ## Dependencies