batoulapps / Adhan

High precision prayer time library
MIT License
329 stars 63 forks source link

CSharp Version Developed #94

Closed davidpet86 closed 5 years ago

davidpet86 commented 5 years ago

Hi,

I developed a CSharp version based on .NET Core following your Adhan-Java repo. I've hosted the project here:

https://github.com/davidpet86/Adhan-csharp

Wondering if you'd like it to be integrated in your repository? There's a readme, unit tests and sample code.

Regards, Dave

z3bi commented 5 years ago

This looks great. We will link to it from our README. One suggestion, would it be possible to setup travisci.org for your repo to automatically run the tests? This would help assure developers that the code is tested and accurate.

davidpet86 commented 5 years ago

Done. I've setup travis and did the continuous build and unit test execution. I also added the badge to my readme file.

z3bi commented 5 years ago

We have linked to your implementation from the README https://github.com/batoulapps/Adhan/blob/master/README.md

Thanks!