Skip to content

It is a module that includes religious information such as prayer times, iftar and imsak in all provinces in Turkey.

License

Notifications You must be signed in to change notification settings

cihatksm/prayer-times-turkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modül İndirme:

  npm install prayer-times-turkey

Örnek Kullanım:

const prayer = require('prayer-times-turkey')
const date = () => new Date()

console.log(date(), 'System opened!')

setTimeout(async () => {
    //plate seçeneği ile plaka kodu yazarak arama yapabilirsiniz.
    //place seçeneği ile il adı yazarak arama yapabilirsiniz.
    //Uyarı place ve plate opsiyonları aynı anda kullanılırsa place verisi işlenir.
    const information = await prayer.times({ plate: 41 })
    console.log(information)
}, 2000);

Örnek Çıktı:

{
    "place": { "name": "Kocaeli", "plate": "41" },
    "times": [
        { "name": "İmsak", "time": "05:13" },
        { "name": "Güneş", "time": "06:40" },
        { "name": "Öğle", "time": "13:10" },
        { "name": "İkindi", "time": "16:42" },
        { "name": "Akşam", "time": "19:30" },
        { "name": "Yatsı", "time": "20:51" }
    ],
    "remainingTimes": [
        { "name": "İftar", "time": "35 dakika kaldı." }, // İftar bilgisi sadece ramazanda mevcuttur.
        { "name": "Sahur", "time": false } // Sahur bilgisi sadece ramazanda mevcuttur.
    ]
}

ISC License

Geri Bildirim

E-posta: me@cihatksm.com adresinden bana ulaşın. Herhangi bir sorun teşkil ediyorsa, problem oluşturuyorsa ya da oluşturduysa önce tarafıma bilgi verilmesi rica olunur.

About

It is a module that includes religious information such as prayer times, iftar and imsak in all provinces in Turkey.

Topics

Resources

License

Stars

Watchers

Forks