Nyora SDK — the importable nyora library for Node.js.
Nyora is a self-contained manga sources SDK. The default client
(Nyora) embeds the JavaScript parser bundle inside a jsdom window via
ParserRuntime, so it needs no JVM helper: HTTP is handled by
Node's native fetch and HTML parsing by jsdom. The parser bundle and source
catalog are kept current through OtaManager (over-the-air updates).
The importable library and the separately shipped nyora-cli tool (which
launches the terminal UI) are distinct: this module is the SDK surface.
Nyora SDK — the importable
nyoralibrary for Node.js.Nyora is a self-contained manga sources SDK. The default client (Nyora) embeds the JavaScript parser bundle inside a jsdom window via ParserRuntime, so it needs no JVM helper: HTTP is handled by Node's native
fetchand HTML parsing by jsdom. The parser bundle and source catalog are kept current through OtaManager (over-the-air updates).The importable library and the separately shipped
nyora-clitool (which launches the terminal UI) are distinct: this module is the SDK surface.Example