Skip to content

Commit 18a611b

Browse files
crazytanclaude
andcommitted
Fix Swift LoC badge to use codetabs API
shields.io's tokei endpoint is deprecated and returns a "404: badge not found" SVG. Wrap codetabs.com's loc API in shields.io's dynamic JSON badge instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 11136da commit 18a611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KeeForge
22

3-
[![Swift LoC](https://img.shields.io/tokei/lines/github/crazytan/KeeForge)](https://github.com/crazytan/KeeForge)
3+
[![Swift LoC](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.codetabs.com%2Fv1%2Floc%3Fgithub%3Dcrazytan%2FKeeForge&query=%24%5B0%5D.linesOfCode&label=swift%20loc&color=orange)](https://github.com/crazytan/KeeForge)
44

55
A free, native iOS KeePass password manager built with SwiftUI. Read-only in v1 — open any `.kdbx` (KDBX 4.x) database, browse and search entries, copy credentials, and autofill into apps and Safari.
66

0 commit comments

Comments
 (0)