ObsCalc ======= What is ObsCalc? ------------------- ObsCalc is a web application for making some calculations important in the practice of Obstetrics. It calculates L.M.P. and E.D.D. based on Naegle's rule and also calculates maturation of fetus by date and by U.S.G. ObsCalc is written in Javascript. Downloading ----------- Latest release of ObsCalc can be downloaded from https://code.agnibho.com/obscalc/ The source code is available at https://github.com/agnibho/obscalc/ Usage ----- ObsCalc needs to be compiled before in can be used. You need Node.js and npm installed in your system to compile ObsCalc. 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 Obscalc is available at https://app.agnibho.com/obscalc/ Licensing --------- Copyright (c) 2016 Agnibho Mondal All rights reserved This file is part of ObsCalc. ObsCalc 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. ObsCalc 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 ObsCalc. If not, see . Contacts -------- Agnibho Mondal mail@agnibho.com www.agnibho.com