Skip to content

yinebebt/ethiopiancalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

build-workflow

Description

The Ethiopian calendar(ባሕረ-ሀሳብ) is used to get Fasting and Holiday's specific date with in a year based on EOTC calendar. It also designed to facilitate the conversion between Ethiopian dates (in the format yy-mm-dd) and Gregorian dates. Ethiopia follows its own calendar system, which consists of 13 months, each with 30 days.

Functionality

This API allows users to:

  • Fetching all festivals with a year such as year, Basic data and Fasting dates.
  • Convert Ethiopian dates to Gregorian dates.
  • Convert Gregorian dates to Ethiopian dates.

Usage

To utilize the API, simply send a date or year using the specified endpoints. For the date conversion,the API will respond with the converted date in JSON format whereas for the calendar, it will respond data in a json object.

Documentation

Installation

Install using below go command:

go get github.com/yinebebt/ethiopiancalendar

Author