Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carllosnc/bible_json
Bible as Json
https://github.com/carllosnc/bible_json
Last synced: 11 days ago
JSON representation
Bible as Json
- Host: GitHub
- URL: https://github.com/carllosnc/bible_json
- Owner: carllosnc
- Created: 2023-07-24T00:02:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T21:58:05.000Z (6 months ago)
- Last Synced: 2024-06-11T04:43:41.153Z (5 months ago)
- Language: C#
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bible JSON
[![.NET](https://github.com/C4co/bible_json/actions/workflows/dotnet.yml/badge.svg)](https://github.com/C4co/bible_json/actions/workflows/dotnet.yml)
Extract content from [Biblia online](https://www.bibliaonline.com.br/vc)
and transform to Json and gzip.| Langs | json | gzip |
| ------------------ | ---- | ---- |
| Portuguese - pt-br | ✅ | ✅ |
| English - en | ✅ | ✅ |
| Spanish - es | ✅ | ✅ |
| Italian - it | ✅ | ✅ |
| French - fr | ✅ | ✅ |### Json Format
```js
{
lang: string
books: {
[
{
name: string,
link: string,
abbrev: string,
testament: number
chapters: [[string]]
}
]
}
}
```### Run
```
dotnet run --project App
```### Tests
```
dotnet run test
```### Showcase
Check the app on Google Play Store: https://play.google.com/store/apps/details?id=cnc.holy_bible_digital
![image](https://cdn.dribbble.com/userupload/14599209/file/original-ea4bc9775217335dd31996eba5d45442.png?resize=752x)
---
@ Carlos Costa - 2023