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
- Host: GitHub
- URL: https://github.com/elizabethsiegle/nbafinals-cloudflare-ai-hono-durable-objects
- Owner: elizabethsiegle
- Created: 2024-05-21T06:01:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T07:27:58.000Z (11 months ago)
- Last Synced: 2025-04-01T03:30:14.748Z (28 days ago)
- Topics: cloudflare, cloudflare-ai, cloudflare-pages, cloudflare-workers, hono, honojs, workers-ai
- Language: TypeScript
- Homepage: https://nbafinals.cloudspacevn.workers.dev
- Size: 526 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
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
```