aotrautils-srv 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,30 @@
1
+ Aotrautils library server-side
2
+ =========
3
+
4
+ The aotrautils-srv library to be used in plain javascript or nodejs projects. Provides useful functions like foreach, the aotest automated testing framework, and the flat map to json and json to flap map converter utils.
5
+ Plus some useful server-side exclusive functions and methods.
6
+
7
+ #Project license text : see doc/HGPL_LICENSE.txt file
8
+
9
+ # Author name : Jérémie Ratomposon (massively helped by his native country free education system)
10
+ # Author email : info@alqemia.com
11
+ # Organization name : Alqemia
12
+ # Organization email : info@alqemia.com
13
+ # Organization website : https://alqemia.com
14
+
15
+
16
+ ## Installation
17
+
18
+ `npm install --save aotrautils-srv`
19
+
20
+ ## Usage
21
+
22
+ `require("aotrautils-srv");`
23
+
24
+ ## Tests
25
+
26
+ Tested with a dedicated yesbot server. TODO : <add public yesbot brian results URL>
27
+
28
+ ## Contributing
29
+
30
+ At maintainer's discretion.