aerphanas / Aswad

Indonesia Islamic Prayer Times and Interpretation of the Koran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aswad

Crystal CI

get current Prayer Time and more comming soon

Prerequisites

  • crystal v1.2.2
  • zlib (libz)
  • openssl (libssl, libcrypto)

Installation

git clone https://github.com/aerphanas/Aswad.git
cd Aswad
crystal build --release ./src/aswad.cr -o ./bin/aswad

Usage

./bin/aswad -c <city name> # Get Current Prayer Times 
./bin/aswad -h # More Information on a Command.

Docker

docker run --rm -it ghcr.io/aerphanas/aswad:latest

Contributing

  1. Fork it (https://github.com/aerphanas/aswad/fork)
  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

Contributors

About

Indonesia Islamic Prayer Times and Interpretation of the Koran

License:MIT License


Languages

Language:Crystal 82.9%Language:Dockerfile 17.1%