Skip to content

Commit

Permalink
folder change, formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emircanerkul authored and dehesa committed Nov 18, 2022
1 parent 4f43237 commit a765f92
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@
# Homebrew: https://brew.sh/
# Coreutils: https://formulae.brew.sh/formula/coreutils

# @authorURL https://emircanerkul.com
# @raycast.author emircanerkul
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Prayer Times (Diyanet)
# @raycast.packageName Productivity
# @raycast.description Prayer Times that grabbed from the Diyanet's Official Website for people located in Türkiye.
# @raycast.mode inline
# @raycast.refreshTime 10m
# @raycast.packageName Culture

# Optional parameters:
# @raycast.icon 🕌

# Documentation
# @raycast.author Emircan Erkul
# @raycast.authorURL https://emircanerkul.com
# @raycast.description Prayer Times grabbed from the Diyanet's Official Website for people located in Türkiye.

data=$(curl -s https://namazvakitleri.diyanet.gov.tr/tr-TR/9654/kocaeli-icin-namaz-vakti)

imsak=$(echo "$data" | pcregrep -o1 '_imsakTime = "(.*)"')
Expand Down

0 comments on commit a765f92

Please sign in to comment.