@botbrowser/server
v0.1.1
Published
Self-hostable REST API server for BotBrowser
Downloads
25
Readme
@botbrowser/server
Self-hostable REST API server for BotBrowser.
Wraps the botbrowser core library in a lightweight HTTP server powered by Hono.
Install
npm install @botbrowser/serverQuick Start
npx @botbrowser/server
# Server running on http://localhost:3000curl "http://localhost:3000/extract?url=https://example.com"API
GET /extract?url=<url>
Returns clean, token-efficient markdown from any web page.
Query params:
url(required) — The URL to extractformat—markdown(default) ortext
Links
License
MIT
