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

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

Awesome Lists containing this project

README

          

# aswad

[![Crystal CI](https://github.com/aerphanas/Aswad/actions/workflows/crystal.yml/badge.svg)](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