https://github.com/aerphanas/aswad
Indonesia Islamic Prayer Times and Interpretation of the Koran
https://github.com/aerphanas/aswad
crystal crystal-lang islam islamic islamic-prayer-times koran
Last synced: 12 months ago
JSON representation
Indonesia Islamic Prayer Times and Interpretation of the Koran
- Host: GitHub
- URL: https://github.com/aerphanas/aswad
- Owner: aerphanas
- License: mit
- Created: 2022-12-30T06:25:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:43:07.000Z (about 3 years ago)
- Last Synced: 2025-03-30T18:47:04.070Z (12 months ago)
- Topics: crystal, crystal-lang, islam, islamic, islamic-prayer-times, koran
- Language: Crystal
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aswad
[](https://github.com/aerphanas/Aswad/actions/workflows/crystal.yml)
get current Prayer Time and more comming soon
## Prerequisites
- crystal v1.2.2
- zlib (libz)
- openssl (libssl, libcrypto)
## Installation
```sh
git clone https://github.com/aerphanas/Aswad.git
cd Aswad
crystal build --release ./src/aswad.cr -o ./bin/aswad
```
## Usage
```sh
./bin/aswad -c # Get Current Prayer Times
./bin/aswad -h # More Information on a Command.
```
## Docker
```sh
docker run --rm -it ghcr.io/aerphanas/aswad:latest
```
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Thanks so
- [api.myquran.com](https://api.myquran.com/) for Prayer time api
## Contributors
- [Muhammad Aviv Burhanudin](https://github.com/aerphanas) - creator and maintainer