Skip to content

Repository files navigation

Dota Cheatsheet

A compact Dota 2 hero and item reference built with SvelteKit and deployed to Cloudflare Workers.

Dota Cheatsheet

Development

Requirements: Bun and Wrangler authenticated with Cloudflare.

bun install
bun run dev

The local app runs at http://localhost:8787.

Deploy

bun run build
bunx wrangler deploy

The Worker is named dotacheatsheet.

API

List all guide data:

GET /api/guides

Proxy a hero or item image from Dotabuff:

GET /api/images/heroes/windranger
GET /api/images/items/blink-dagger
GET /api/images/items/eye-of-skadi

Image requests are limited to heroes and items in the guide catalog.

About

A compact Dota 2 hero and item cheatsheet with Dotabuff image proxying, built with SvelteKit and Cloudflare Workers.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages