Skip to content

CraigChamberlain/SolarLunarDate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolarLunarDate

Utility to help name Beach Cast sculpture on a Solar/Lunar Calendar

Build Status Maintainability Coverage Status

Calendar Justification and Specification

I have a written up the justification and specification of the SolarLunarCalendar here.

Example Calendar

There is also a simple diagrammatic representation of each Calendar year from 1700 - 2082 here.

About this Utility

The utility is currently largely contained in a .Net Standard Class Library - SolarLunarName.Standard. I have attempted to make a type that closely follows the dotnet DateTime struct Api. This class library has limited integration tests at present which I plan to improve and also introduce unit tests.

The solution also has a PowerShell module which is under development.

It is available on the PowerShell Gallery and can be installed using the following command.

Install-Module -Name SolarLunarName 

There is also a Fable web application in development. I began a Xamarin Application but is not seeing active development at the moment.

Solar Lunar Data API

Finally I have public API for moon data and my calendar implementation here.