Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devocionario/matosSoaresBibliaApi
https://github.com/devocionario/matosSoaresBibliaApi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devocionario/matosSoaresBibliaApi
- Owner: devocionario
- Created: 2024-05-30T23:12:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T00:50:55.000Z (8 months ago)
- Last Synced: 2024-08-03T23:12:22.886Z (6 months ago)
- Language: Python
- Size: 1.67 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-catholic - matosSoaresBibliaApi - API para acceder a versos de la Vulgata Sixto-Clementina traducidas por el Padre Matos Soares al portugués. (API)
README
# Flask Bible API
Esta é uma simples API em Flask para acessar versículos da Vulgata Sisto-Clementina traduzidos pelo Padre Matos Soares (1956) e armazenados em um arquivo CSV
## Setup
1. Clone este repositório:
```bash
git clone https://github.com/devocionario/matosSoaresBibliaApi.git
cd matosSoaresBibliaApi2. Instale as dependências pip:
```bash
pip install -r requirements.txt
3. Execute:
```bash
flask run