This commit is contained in:
Dylan Shade 2026-06-26 12:17:00 -04:00 committed by GitHub
commit bcb594a17b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
---
name: route-bible
description: "Reference Bible passages via app-agnostic links and QR codes."
version: 1.0.0
author: Dylan Shade (dpshde)
license: MIT
platforms: [linux, macos, windows]
metadata:
hermes:
tags: [Bible, Religion, Scripture, Routing, API]
---
# route.bible
Reference Bible passages and generate app-agnostic links or QR codes. route.bible acts as a universal router, allowing users to open scriptures in their preferred Bible application (YouVersion, BibleGateway, Logos, etc.).
## Quick Reference
| Action | Pattern |
|--------|---------|
| Generate link | `https://route.bible/GEN.1.1` |
| Generate QR code | `https://route.bible/GEN.1.1?qr=true` |
## Usage
The routing layer follows a stable URL contract using standard book abbreviations and OSIS-style references.
### Canonical Link Generation
To generate a universal link for a passage, use the following URL pattern:
`https://route.bible/<BOOK>.<CHAPTER>.<VERSE>`
Examples:
- `https://route.bible/GEN.1.1`
- `https://route.bible/JHN.3.16`
### QR Code Integration
To generate a QR code pointing to a passage, append `?qr=true` to the canonical link.
- `https://route.bible/ROM.12.1-2?qr=true`