chord-charts-song-backend — search demo

Minimal integration example for the song-search API. Two endpoints:

The page talks to the API at — by default the origin it is served from. To point it at another backend, add ?api=https://backend-host to the URL; that server must then allow this page's origin via its CORS_ORIGINS env var. For local development: bun server/index.tshttp://localhost:8787/test.html.

Raw API traffic (what your integration would do)