We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e657ed9 commit 597b10bCopy full SHA for 597b10b
README.md
@@ -1,2 +1,23 @@
1
-# mcdm-scalajs
+# Easy Online MCDM
2
+
3
Multiple-criteria decision making tools in Scalajs
4
5
+# Try Online!
6
7
+[https://jbytecode.github.io/mcdm/](https://jbytecode.github.io/mcdm/)
8
9
+# Features
10
11
+- Single page application
12
+- More than 20 MCDM methods
13
+- Automatic weighting tools as well as custom weighting
14
+- After loading the page no need for internet connection
15
+- Works well in mobile devices
16
17
+# Implementation Details
18
19
+- Written in Scala
20
+- Compiled to Javascript using Scala.js
21
+- No external dependencies
22
23
0 commit comments