An open API service indexing awesome lists of open source software.

https://github.com/justcoding121/bible-alarm

A free MAUI app to do scheduled audio reading of the Bible (Apple/Android/Windows)
https://github.com/justcoding121/bible-alarm

alarm-clock android-app android-auto apple-carplay bible csharp ios-app maui winui

Last synced: about 1 month ago
JSON representation

A free MAUI app to do scheduled audio reading of the Bible (Apple/Android/Windows)

Awesome Lists containing this project

README

          

# Bible-Alarm

Jehonathan Thomas (@justcoding121). All rights reserved.

## CI/CD Status

### Build
[![Build](https://github.com/justcoding121/bible-alarm/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/justcoding121/bible-alarm/actions/workflows/build.yml)

### Deployment
[![Deploy Android](https://github.com/justcoding121/bible-alarm/actions/workflows/deploy-android.yml/badge.svg?branch=stable)](https://github.com/justcoding121/bible-alarm/actions/workflows/deploy-android.yml)
[![Deploy iOS](https://github.com/justcoding121/bible-alarm/actions/workflows/deploy-ios.yml/badge.svg?branch=stable)](https://github.com/justcoding121/bible-alarm/actions/workflows/deploy-ios.yml)
[![Deploy Windows](https://github.com/justcoding121/bible-alarm/actions/workflows/deploy-windows.yml/badge.svg?branch=stable)](https://github.com/justcoding121/bible-alarm/actions/workflows/deploy-windows.yml)

## Code Quality

[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=alert_status)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=coverage)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=ncloc)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=bugs)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=vulnerabilities)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=code_smells)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=security_rating)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=reliability_rating)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Duplicated Lines](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=duplicated_lines_density)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=justcoding121_bible-alarm&metric=sqale_index)](https://sonarcloud.io/summary/overall?id=justcoding121_bible-alarm&branch=develop)

## Get the app

- **Apple Store**: [Get it on the App Store](https://apps.apple.com/us/app/bible-alarm/id1513519477?platform=iphone)
- **Android Store**: [Get it on Google Play](https://play.google.com/store/apps/details?id=com.jthomas.info.Bible.Alarm)
- **Windows Store**: [Get it from Microsoft Store](https://apps.microsoft.com/detail/9nhzhb85v6r4)

## Screenshots

**Android (phone)** — Home · Schedule · Playback

Home Schedule Playback

**Android Auto** — Listing · Playback

Android Auto listing Android Auto playback

*(All Android assets: phone, tablet-7, tablet-10, and android-auto, are under [`.docs/screenshots/Android/`](.docs/screenshots/Android).)*

**Windows dark** — Home · Schedule · Playback

Home dark Schedule dark Playback dark

*(Windows assets are under [`.docs/screenshots/Windows/`](.docs/screenshots/Windows).)*

**iOS (phone)** — Home · Schedule · Playback *(light)*

Home Schedule Playback

**Apple CarPlay** — Listing · Playback

CarPlay listing CarPlay playback

*(iOS assets: phone, tablet, and carplay are under [`.docs/screenshots/iOS/`](.docs/screenshots/iOS).)*

## Terms of Use

This app is non-commercial and free, with no advertisements; the publisher gains nothing monetarily. The app adheres to the terms of use for third-party apps as stated on [jw.org](https://www.jw.org/en/terms-of-use).

> "This does not prohibit the distribution of free, non-commercial applications designed to download electronic files such as EPUB, PDF, MP3, and MP4 files from public areas of this site."

## License

Original work in this repository is licensed under the **PolyForm Noncommercial License 1.0.0** (see [LICENSE](LICENSE)).

**In short:**
- Use, modification, and distribution are allowed for **noncommercial** purposes only (as defined in the license).
- **Forks and derivatives** must stay **noncommercial** and **revenue-free**: anyone who receives a copy must receive the same terms; commercial use and monetization of the software or derivatives are not licensed except where PolyForm Noncommercial explicitly allows.
- **Third-party / vendored code** (for example under `libraries/`) stays under its own license files.

Official license terms: [PolyForm Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0/).