Skip to content

adhanjs/adhan.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki documentation

About

adhan.js is a powerful Node.js module that allows you to easily interact with the Al-Adhan Prayer Times API.

  • Object-oriented
  • Predictable abstractions
  • Performant
  • 100% coverage of the Prayer Times API

Installation

Node.js 18 or newer is required.

npm install adhan.js

Example usage

import Client from "adhan.js";

const api = new Client({
	latitude: 21.4225,
	longitude: 39.8262
});

const timings = api.timings();

console.log(timings);

About

A powerful JavaScript library for interacting with the Adhan API

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project