books-of-the-bible
Version:
An ordered list of the names of the books of the bible, with common abbreviations
18 lines (13 loc) • 378 B
Markdown
# books-of-the-bible
An ordered list of the names of the canonical books of the bible, with common abbreviations.
The full data is in [index.json](./index.json).
## Example:
```js
[
{ name: 'Genesis', aliases: [ 'Gen' ] },
{ name: 'Exodus', aliases: [ 'Exod', 'Ex', 'Exo' ] },
/* snip */
{ name: 'Jude', aliases: [ ] },
{ name: 'Revelation', aliases: [ 'Rev' ] },
]
```