From 326a257507ce09b683ba2b85b8578dedc1a23a8d Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Sat, 10 Dec 2016 22:13:32 +0530 Subject: [PATCH] Added update function --- .gitignore | 2 +- index.html | 9 ++++ prepare.js | 7 +-- src/data/furosemide.json | 98 ++++++++++++++++++++++++++++++++++++++++ src/main.js | 12 +++-- src/routine.js | 74 +++++++++++++++++++++++------- 6 files changed, 179 insertions(+), 23 deletions(-) create mode 100644 src/data/furosemide.json diff --git a/.gitignore b/.gitignore index af1f85f..fc561ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ node_modules/ dist/ npm-debug.log todo.org -src/dosage.json \ No newline at end of file +src/data.json \ No newline at end of file diff --git a/index.html b/index.html index 77a01d7..517db77 100755 --- a/index.html +++ b/index.html @@ -31,6 +31,9 @@ +