Standalone public addon example for the Thoth ecosystem.
- a public
manifest.json search,meta, andaccessendpoints- local mock book data
- a simple read/download flow with no user configuration
npm install
npm run devDefault URLs:
http://localhost:8787/manifest.jsonhttp://localhost:8787/search?q=thothhttp://localhost:8787/meta/book-001http://localhost:8787/access/book-001
This example follows the current Thoth addon contract:
- public submissions should be clean
- no token in URL
- no API key in path or query
- no embedded user configuration
If you publish this repo on GitHub, point readers to the manifest URL and the Thoth docs for installation.
Repository: https://github.com/solrachix/thoth-addon-example