]> Softwares of Agnibho - pdosage.git/blob - README.txt
Typo correction
[pdosage.git] / README.txt
1 PDosage
2 =======
3
4 What is PDosage?
5 ----------------
6
7 PDosage is a web application for calculating dosage of some commonly
8 used drugs. Although it's primarily designed for the practice of
9 Pediatrics, it also provides adult doses of drugs, making it useful
10 for other disciplines too.
11
12 PDosage is written in Javascript.
13
14 Downloading
15 -----------
16
17 Latest release of PDosage can be downloaded from
18 https://code.agnibho.com/PDosage/
19
20 The source code is available at https://github.com/agnibho/pdosage/
21
22 Usage
23 -----
24
25 PDosage needs to be compiled before in can be used. You need Node.js
26 and npm installed in your system to compile PDosage.
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 PDosage is available at
44 https://app.agnibho.com/pdosage/
45
46 Licensing
47 ---------
48
49 Copyright (c) 2016 Agnibho Mondal
50 All rights reserved
51
52 This file is part of PDosage.
53
54 PDosage 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 PDosage 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 PDosage. If not, see <http://www.gnu.org/licenses/>.
66
67 Contacts
68 --------
69
70 Agnibho Mondal
71 mail@agnibho.com
72 www.agnibho.com