Muslim kit project ..
A mobile [Android/IOS] app that provides muslim with his azkar and prayer times during the day and A json source for the Azkar ..
- Vuejs
- Vuex
- Nativescript-vue
-
Install NativeScript tools (see http://docs.nativescript.org/start/quick-setup)
-
Install dependencies
npm install
While the
nativescript-vue
project is not up-to-date on npm, you may have to runnpm link nativescript-vue
in the project folder (like described here).
- Run in Android or iOS
tns run android
tns run ios
- Build for Android or iOS
tns build android
tns build ios
It checks for available Azkar list at list.json and downloads the json files, store it localy and it reads the local files.
json directory contains the Azkar in json files, I'll upload every file once i create it.
you can find a list of available azkar files in README.md#list
Create a json file for an Azkar type and make a pull request.