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.
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.
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.
Install using below go command:
go get github.com/yinebebt/ethiopiancalendar