An open API service indexing awesome lists of open source software.

https://github.com/elizabethsiegle/nbafinals-cloudflare-ai-hono-durable-objects

Stateful polling app built with Hono, Cloudflare Pages, Cloudflare Workers AI, and Hono for the NBA Finals
https://github.com/elizabethsiegle/nbafinals-cloudflare-ai-hono-durable-objects

cloudflare cloudflare-ai cloudflare-pages cloudflare-workers hono honojs workers-ai

Last synced: 28 days ago
JSON representation

Stateful polling app built with Hono, Cloudflare Pages, Cloudflare Workers AI, and Hono for the NBA Finals

Awesome Lists containing this project

README

        

Stateful user poll asking who will win the NBA Finals between the Dallas Mavs and the Boston Celtics (go Mavs, ABC--anyone but the Celtics).
![screenshot of app](image.png)

Build with [Cloudflare Pages](https://pages.cloudflare.com/) [Cloudflare Durable Objects](https://developers.cloudflare.com/durable-objects/) for maintaining state, [Workers AI](https://ai.cloudflare.com/) to generate a prediction of who will win, and [Hono](https://hono.dev/),

To run: clone the repo and run
```
npm install
npm run dev
```

```
npm run deploy
```