From 60046168823ab185e5b8819c0ccc1454b60589cb Mon Sep 17 00:00:00 2001 From: Mickael Kasinski Date: Thu, 26 Mar 2026 17:18:21 +0100 Subject: [PATCH] docs: add playground example link Add a Playground section pointing to the live GitHub Pages demo and the source repository at github.com/Qwant/playground-answer-V2. Made-with: Cursor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f539fb..2e47196 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ TypeScript SDK for the Qwant Answers API (`POST /v2/answer`). Handles fetch, SSE parsing, partial-chunk buffering, event routing, and stream cancellation. +## Playground + +A live, browser-based playground is available at **[qwant.github.io/playground-answer-V2](https://qwant.github.io/playground-answer-V2/)** — streaming chat, source cards, multi-turn conversations, dark mode. + +Source code: [github.com/Qwant/playground-answer-V2](https://github.com/Qwant/playground-answer-V2) + ## Requirements - Node.js ≥ 18