1Migrated from folder: Figma/figmaAPIURL
5[https://tmcw-poll.express.val.run](https://tmcw-poll.express.val.run)
6
7This val, along with a val called `poll_results` and a val called `poll_options`, lets you conduct a little poll using just Val Town! With the [express API](https://docs.val.town/api#9bff1f5f778e4fe3a143df8169101795), this exposes a web interface in which people can click an option and vote. We make sure everyone only votes once by setting a cookie in their browser.
8
9This uses [htmx](https://htmx.org/) to make the voting experience slick, [Tailwind](https://tailwindcss.com/) to style the UI, and [htm](https://github.com/developit/htm) to generate HTML for the pages.
1Migrated from folder: Archive/gptPlugin/openaiOpenAPI
1# SVG Button Link for Markdown
2
3Pioneered by [@easrng](/u/easrng), this val allows you to create an SVG image via the Express API, which we can embed in Val Town markdown, and wrap so it acts like a button.
4
5## Usage
1Migrated from folder: api/anime
1Migrated from folder: Gift/myApiDeleteAll
1Migrated from folder: Gift/myApiDelete
1Migrated from folder: Gift/myApiAdd
3Given a valid booking token, this val attempts to make a reservation for the booking token's slot.
4
5There is some retry logic as the API route (rarely) returns an internal server error.
1(Part of: https://www.val.town/v/vtdocs.resyBot)
2
3Resy's current public API key.