Katameros 1.2.1

dotnet add package Katameros --version 1.2.1
                    
NuGet\Install-Package Katameros -Version 1.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Katameros" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Katameros" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Katameros" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Katameros --version 1.2.1
                    
#r "nuget: Katameros, 1.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Katameros@1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Katameros&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Katameros&version=1.2.1
                    
Install as a Cake Tool

Ⲕⲁⲧⲁⲙⲉⲣⲟⲥ - katameros-api

API for the daily readings in the Coptic Orthodox Church. Supports multiple bible versions and langages.

https://api.katameros.app/readings/gregorian/03-05-2023?languageId=2

Website https://katameros.app/?lang=en

Front end : https://github.com/pierresaid/katameros-web-app

What is the coptic lectionnary

Usage

BaseUrl https://api.katameros.app/

Readings

Endpoint

GET /readings/{calendar}/{date}

Parameters | Parameter | Type | Required | Description | | --- | --- | --- | --- | | calendar | string | Yes | The calendar used for the date. Can be either gregorian or coptic. | | date | string | Yes | The date in the format dd-mm-yyyy. | | languageId | integer | No | The ID of the language to use. Can be either 1 for French, 2 for English, 3 for Arabic, 4 for Italian. If no languageId is specified, the API will default to French. | | bibleId | integer | No | The ID of the Bible to use. |

Example Requests

GET https://api.katameros.app/readings/gregorian/03-05-2023?languageId=2
GET https://api.katameros.app/readings/coptic/25-08-1739
GET https://api.katameros.app/readings/gregorian/03-05-2023?languageId=4&bibleId=5

Languages | Language | ID | | --- | --- | | French | 1 | | English | 2 | | Arabic | 3 | | Italian | 4 | | German | 6 |

Bibles | Id | Name | Language | | --- | --- | --- | | 1 | Louis Segond 1910 (LSG) - 1910, Deutérocanonique : Bible de Jérusalem (JER) - 1973 | French | | 2 | NKJV | English | | 3 | Arabic | Arabic | | 4 | Riveduta 1927 (RIV) | Italian | | 5 | CEI 2008 (Psalms RIV) | Italian | | 7| Einheitsübersetzung der Heiligen Schrift (1980) [Quadro-Bibel 5.0] | German |

Feasts

(Some feasts are missing)

Endpoint

GET /feasts/{year}/{languageId}
Parameter Type Format
year integer YYYY
languageId integer 1-7

Example Requests

GET https://api.katameros.app/feasts/2023/2

Tech Stack:

  • .Net core API
  • SQL Server
  • Entity Framework

image

Database diagram

This is not the complete diagram as there are also other tables for translations and metadata. See full schema in /Database folder

Motivation :

This project was heavily inspired by the online coptic lectionnary in php. (Just like this site)

I wanted to re-create this project in an API to be able to use the daily readings on different clients.

Run the project

Either use VisualStudio and open the project in API/Katameros.sln

Or

SQLITE Database

Todo

All the readings references comes from database except the feasts some are missing see board

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 346 7/4/2024
1.2.0 299 4/21/2024
1.1.0 344 1/8/2024
1.0.14 352 12/30/2023
1.0.13 333 12/29/2023
1.0.12 341 12/25/2023
1.0.11 323 12/17/2023
1.0.10 298 12/15/2023
1.0.9 396 11/27/2023
1.0.8 308 11/27/2023
1.0.7 294 11/27/2023
1.0.6 303 11/27/2023
1.0.5 316 11/26/2023
1.0.4 305 11/26/2023
1.0.3 232 11/26/2023
1.0.2 227 11/25/2023
1.0.1 239 11/25/2023
1.0.0 193 11/25/2023