Skip to content

achatzit/med-app

Repository files navigation

medApp using Ionic Framework and Firebase (...under development...)

Drug Adherence Monitoring and Reminder

Last additions

  • patient adherence measurement added (11/7/2016)
  • medicine intake approval (4 ways added) (10/7/2016)
  • notifications history added (6/7/2016)
  • medicine intake approval (5/7/2016)
  • users added (1/7/2016)
  • running app on Pebble and sending msgs (30/6/2016)
  • pushing notifications to Pebble (28/6/2016) (Notification Center for Pebble needed)
  • connection with Pebble (27/6/2016)
  • clear & cancel Notifications (21/6/2016)
  • show notifications (All, Scheduled, Triggered) (19/6/2016)
  • keep notifications after restart (17/6/2016)
  • cancel Notifications (17/6/2016)
  • schedule Repeated Notifications (17/6/2016)
  • schedule Single Notifications (16/6/2016)

Dependecies, Run and Build

Install NodeJS dependencies

Run npm install to install all needed dependencies.

Install Ionic Framework

Run npm install -g ionic cordova to install ionic framework.

Install Plugins and Javascript dependencies

run ionic serve restore to ask from Ionic to restore the state of the app

if the process fails install the plugins manually: cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications cordova plugin add cordova-plugin-datepicker cordova plugin add https://github.com/tgardner/cordova-pebble.git

Run the app

Use ionic serve –l to run the app in browser and watch for changes in code

or

use ionic serve to just run the app for a browser preview

or

use ionic serve --lab to run the app in a browser on two platforms at the same time.

Add a platform

Install Bower Package Manager

Run npm install –g bower to install bower package manager.

$ ionic platform add android

Supported Cordova platforms:

$ ionic platform add android
$ ionic platform add ios

Build the app

$ ionic build android
$ ionic build ios

Εmulate the app on simulator

iOS:

$ ionic emulate ios

Android:

$ ionic emulate android

Run the app on phone

iOS:

$ ionic run ios

Android:

$ ionic run android

About

Drug Adherence Monitoring and Reminder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages