nayeemsweb / PrayerTimesApp

Prayer Times App is a fun project to implement Angular and Prayer Times API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prayer Times App

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.

Demo


Installation

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

Pre-requisites

⚠️ Pre-requisites: Must be installed on your machine -

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

API Reference

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

Support

❤️ If you do like my work, hit the ⭐️ button above. ❤️

License

MIT

About

Prayer Times App is a fun project to implement Angular and Prayer Times API


Languages

Language:TypeScript 53.1%Language:HTML 20.8%Language:CSS 18.2%Language:JavaScript 7.9%