TehShrike / books-of-the-bible

An ordered list of the names of the canonical books of the bible, with common abbreviations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Example:

[
	{ name: 'Genesis', aliases: [ 'Gen' ] },
	{ name: 'Exodus', aliases: [ 'Exod', 'Ex', 'Exo' ] },
/* snip */
	{ name: 'Jude', aliases: [ ] },
	{ name: 'Revelation', aliases: [ 'Rev' ] },
]

About

An ordered list of the names of the canonical books of the bible, with common abbreviations


Languages

Language:JavaScript 100.0%