Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_wuerfel
Simple Ionic app shows dice values based on values from a real random number generator
https://github.com/mdecker-mobilecomputing/ionic_wuerfel
angular capacitor github-actions ionic random webapi
Last synced: 20 days ago
JSON representation
Simple Ionic app shows dice values based on values from a real random number generator
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_wuerfel
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2021-04-15T20:10:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T15:21:12.000Z (9 months ago)
- Last Synced: 2024-11-09T22:41:04.115Z (3 months ago)
- Topics: angular, capacitor, github-actions, ionic, random, webapi
- Language: TypeScript
- Homepage:
- Size: 2.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dice app based on real random data #
The Ionic app shows random dice numbers (values from 1 to 6).
The random numbers are fetched from the Web-API [ANU QRNG](https://qrng.anu.edu.au/contact/api-documentation/),
which generates real random numbers.
----
## Build as Electron app ##
Since the project is using [Capacitor](https://capacitorjs.com/) you can also build it as [Electron app](https://www.electronjs.org/):
checkout [branch `electron`](https://github.com/MDecker-MobileComputing/Ionic_Wuerfel/tree/electron) of this repository and read the instructions in file [README_electron.md](https://github.com/MDecker-MobileComputing/Ionic_Wuerfel/blob/electron/README_electron.md).
----
## Screenshots ##
![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.
The author of this app is not related to *ANU QRNG*.
Illustration of dices used to display the random number cut out from [this image on *pixabay.com*](https://pixabay.com/de/illustrations/spiel-w%C3%BCrfel-dominospiel-1905965/) by [user peterolah0](https://pixabay.com/de/users/peterolah0-904688/). See [this Gist](https://gist.github.com/MDecker-MobileComputing/6ac576c3a512d2d462920b8e182beaa6) for the Bash script that was used to cut out the individual dices with ImageMagick.