Files
OpenGraphKt/README.md
Julien Lengrand-Lambert 78124240d1 Cleanup and first runthrough.
We're missing some crucial types
2025-05-04 10:44:09 +02:00

21 lines
600 B
Markdown

# OpenGraphKt
[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.
* Implementation missing the music, video and audio verticals (see https://ogp.me/)
## Dependencies
- [JSoup](https://jsoup.org/)
## Author
* [Julien Lengrand-Lambert](https://github.com/jlengrand)
## License
* [See License](./LICENSE)