Skip to content

solrachix/thoth-addon-example

Repository files navigation

Thoth Addon Example

Standalone public addon example for the Thoth ecosystem.

What it shows

  • a public manifest.json
  • search, meta, and access endpoints
  • local mock book data
  • a simple read/download flow with no user configuration

Run locally

npm install
npm run dev

Default URLs:

  • http://localhost:8787/manifest.json
  • http://localhost:8787/search?q=thoth
  • http://localhost:8787/meta/book-001
  • http://localhost:8787/access/book-001

Thoth contract

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

Public example use

If you publish this repo on GitHub, point readers to the manifest URL and the Thoth docs for installation.

GitHub

Repository: https://github.com/solrachix/thoth-addon-example

About

Standalone public Thoth addon example with mock search/meta/access endpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors