https://github.com/icedmoca/kyledrake
https://github.com/icedmoca/kyledrake
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/icedmoca/kyledrake
- Owner: icedmoca
- Created: 2026-06-13T12:11:12.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2026-06-13T14:04:23.000Z (4 days ago)
- Last Synced: 2026-06-13T14:10:46.306Z (4 days ago)
- Language: TypeScript
- Homepage: https://kyledrake.me
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiplayer Globe App
[](https://kyledrake.me)
This repo powers the live globe at [kyledrake.me](https://kyledrake.me), including a dynamic SVG endpoint for GitHub profile README embeds.
## Live GitHub Profile README Integration
Use this in a GitHub profile README to render the live card directly from the Cloudflare Worker:
```md
[](https://kyledrake.me)
```
The SVG is generated at request time by `kyledrake.me/github.svg` with no-cache headers so GitHub receives fresh repo data whenever it refreshes the image.
## Development
```bash
npm install
npm run dev
```
## Validation
```bash
npm run check
```