Nyora SDK — the importable nyora library for Node.js.
Nyora is a manga sources SDK. The default client (Nyora) is a thin
client over the Nyora cloud helper (https://api.hasanraza.tech, the
kotatsu-parsers engine, ~960 sources): it runs no parsers in-process — HTTP is
handled by Node's native fetch. NyoraSync adds account + library sync
against the Nyora cloud (https://stream.hasanraza.tech).
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 manga sources SDK. The default client (Nyora) is a thin client over the Nyora cloud helper (
https://api.hasanraza.tech, the kotatsu-parsers engine, ~960 sources): it runs no parsers in-process — HTTP is handled by Node's nativefetch. NyoraSync adds account + library sync against the Nyora cloud (https://stream.hasanraza.tech).The importable library and the separately shipped
nyora-clitool (which launches the terminal UI) are distinct: this module is the SDK surface.Example