# kvikmyndir.is — Hvað er í bíó

Tonight's cinema schedule across all of Iceland — movies, cinemas, showtimes,
halls (Flauel / Lúxus / MAX / …), approximate end times, and IMDb ratings.
Public page, no auth, runs instantly:

```bash
ab-plus run kvikmyndir.is/showtimes --input '{"cinema":"Smárabíó"}'
ab-plus run kvikmyndir.is/movies --out movies.json
```

## Ops

| Op | Risk | Notes |
|---|---|---|
| `showtimes` | read-only | Every showtime today; filter by `cinema` |
| `movies` | read-only | Today's movies with IMDb ratings |

## Gotchas

- The schedule page is server-rendered and the showtimes are `data-*`
  attributes — parse the attributes, don't scrape display text.
- Respect the site: it's a small Icelandic site, don't hammer it. The
  reference recipe does one GET per op.
- The site is the data source for the hvaderibio project — if you change
  this recipe, keep that project in mind.
