PDosage ======= What is PDosage? ---------------- PDosage is a web application for calculating dosage of some commonly used drugs. Although it's primarily designed for the practice of Pediatrics, it also provides adult doses of drugs, making it useful for other disciplines too. PDosage is written in Javascript. Downloading ----------- Latest release of PDosage can be downloaded from https://code.agnibho.com/PDosage/ The source code is available at https://github.com/agnibho/pdosage/ Usage ----- PDosage needs to be compiled before in can be used. You need Node.js and npm installed in your system to compile PDosage. After downloading and decompressing the package, enter the package directory and issue the following commands: npm install npm run build Now you can use the app by opening the index.html file in any modern web browser. Alternatively you can run a development version of the app by issuing- npm run dev The interface of the application is designed to be self-explanatory. A hosted version of PDosage is available at https://app.agnibho.com/pdosage/ Licensing --------- Copyright (c) 2016 Agnibho Mondal All rights reserved This file is part of PDosage. PDosage is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. PDosage is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with PDosage. If not, see . Contacts -------- Agnibho Mondal mail@agnibho.com www.agnibho.com