Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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