Prayer Times App is a fun project. Purpose of this project is to learn and implement Angular. We used Angular CLI
to create different componets, services amd models. The prayer times data is fetched from Prayer Times API.
Step(1): Clone the project
https://github.com/nayeemsweb/PrayerTimesApp.git
Step(2): Enter into the project directory
cd PrayerTimesApp
Step(3): Open Terminal
and run the project
ng serve -o
npm
is included with Node.js installation. After you install Node.js, verify npm
installation by writing the following command in terminal or command prompt.
npm -v
We used the Prayer Times API for fetching the data based on city
and country
.
🌎 Example Request: http://api.aladhan.com/v1/timingsByCity?city=Dhaka&country=Bangladesh
Parameter | Type | Description |
---|---|---|
city |
string |
Required. City of the Prayer Times to fetch |
country |
string |
Required. Country of the Prayer Times to fetch |
❤️ If you do like my work, hit the ⭐️ button above. ❤️