https://github.com/jpoehls/bible-metadata
Bible Metadata Collection
https://github.com/jpoehls/bible-metadata
Last synced: 4 months ago
JSON representation
Bible Metadata Collection
- Host: GitHub
- URL: https://github.com/jpoehls/bible-metadata
- Owner: jpoehls
- Created: 2016-03-03T03:31:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T19:51:56.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:34:54.795Z (7 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 21
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bible Metadata
My collection of Bible metadata in the form of CSV files.
Focused on just the data I need for my own hobbies. See sources below
for more extensive Bible metadata.Chapter and verse counts are based on the KJV.
## Data History
### BookAliases.csv
Initial CSV from [github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-][1].
- Removed a few aliases and added many more.
### Books.csv
Initial CSV from [github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-][1].
- Added `OsisID`.
- Added `TotalChapters`.
- Added `Volume` of either `NT` (New Testament) or `OT` (Old Testament).### Chapters.csv
Initial CSV from [github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-][1].
- Added `TotalVerses` and `WordCountKjv` calculated from `Verses.csv` in same repository.
- Added `ReadingTimeInSecondsKjvScourby` calculated from the KJV narrated by Alexander Scourby (Voice Only, MP3).### ProfGrantHorner.csv
Groups books into lists according to Professor Grant Horner's Bible Reading System.
# Codegen
The `./codegen` directory contains generated source code for the above Bible metadata in various languages.
Regenerate those source files by running: `go run codegen.go`
TypeScript output requires `tsc` to be on your PATH. `npm install typescript -g`
# License
Public domain.
[1]: https://github.com/robertrouse/KJV-bible-database-with-metadata-MetaV-