Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 556 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 556 Bytes

PebbleFace

Pebble Watch App - Medicine tracker/reminder.

INSTALLATION:

  brew install node 
  
  node install npm
  
  npm install hapi

RUN: in the terminal: go to the directory where you saved the getRequest.js file

  node getRequest

copy the url of the local server in the ajax requests( on the app.js file)

FOR PEBBLE SDK 3.0: Go to the pebblejs directory and run the following commands:

  pebble build
  
  pebble install --emulator basalt 

App currently works for one reminder only. Working on updates.