]> Softwares of Agnibho - obscalc.git/blob - README.txt
Enabled extra.js
[obscalc.git] / README.txt
1 ObsCalc
2 =======
3
4 What is ObsCalc?
5 -------------------
6
7 ObsCalc is a web application for making some calculations important in
8 the practice of Obstetrics. It calculates L.M.P. and E.D.D. based on
9 Naegle's rule and also calculates maturation of fetus by date and by
10 U.S.G.
11
12 ObsCalc is written in Javascript.
13
14 Downloading
15 -----------
16
17 Latest release of ObsCalc can be downloaded from
18 https://code.agnibho.com/obscalc/
19
20 The source code is available at https://github.com/agnibho/obscalc/
21
22 Usage
23 -----
24
25 ObsCalc needs to be compiled before in can be used. You need Node.js
26 and npm installed in your system to compile ObsCalc.
27
28 After downloading and decompressing the package, enter the package
29 directory and issue the following commands:
30
31 npm install
32 npm run build
33
34 Now you can use the app by opening the index.html file in any modern
35 web browser.
36
37 Alternatively you can run a development version of the app by issuing-
38
39 npm run dev
40
41 The interface of the application is designed to be self-explanatory.
42
43 A hosted version of Obscalc is available at
44 https://app.agnibho.com/obscalc/
45
46 Licensing
47 ---------
48
49 Copyright (c) 2016 Agnibho Mondal
50 All rights reserved
51
52 This file is part of ObsCalc.
53
54 ObsCalc is free software: you can redistribute it and/or modify it
55 under the terms of the GNU General Public License as published by the
56 Free Software Foundation, either version 3 of the License, or (at your
57 option) any later version.
58
59 ObsCalc is distributed in the hope that it will be useful, but WITHOUT
60 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
61 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
62 for more details.
63
64 You should have received a copy of the GNU General Public License
65 along with ObsCalc. If not, see <http://www.gnu.org/licenses/>.
66
67 Contacts
68 --------
69
70 Agnibho Mondal
71 mail@agnibho.com
72 www.agnibho.com