mockba 0.3.4 → 0.3.5
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.
- package/package.json +1 -1
- package/readme.md +7 -9
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -12,9 +12,9 @@ yarn add mockba
|
|
|
12
12
|
yarn MOCKBA # use global binary
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Capabilities
|
|
16
16
|
|
|
17
|
-
###
|
|
17
|
+
### Weather
|
|
18
18
|
|
|
19
19
|
Currently displays data from Hydrometcenter for Moscow.
|
|
20
20
|
|
|
@@ -64,7 +64,7 @@ equivalent to invoking the API example above.
|
|
|
64
64
|
🧊 Температура -15.8°C
|
|
65
65
|
💧 Влажность 76.4%
|
|
66
66
|
🧭 Ветер северный
|
|
67
|
-
🌬️ Скорость ветра
|
|
67
|
+
🌬️ Скорость ветра 1 м/с
|
|
68
68
|
👀 Видимость 20км
|
|
69
69
|
┬ 📈 Долгосрочные наблюдения
|
|
70
70
|
├─ ⛄️ -35.7°C в 1956, 70 лет назад
|
|
@@ -83,7 +83,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
83
83
|
<details>
|
|
84
84
|
<summary>
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
<code>MOCKBA -json</code>
|
|
87
87
|
</summary>
|
|
88
88
|
|
|
89
89
|
```json
|
|
@@ -117,8 +117,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
117
117
|
|
|
118
118
|
<details>
|
|
119
119
|
<summary>
|
|
120
|
-
|
|
121
|
-
### MOCKBA -json -ru
|
|
120
|
+
<code>MOCKBA -json -ru</code>
|
|
122
121
|
</summary>
|
|
123
122
|
|
|
124
123
|
```json
|
|
@@ -153,7 +152,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
153
152
|
<details>
|
|
154
153
|
<summary>
|
|
155
154
|
|
|
156
|
-
|
|
155
|
+
<code>MOCKBA -js</code>
|
|
157
156
|
</summary>
|
|
158
157
|
|
|
159
158
|
```js
|
|
@@ -186,8 +185,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
186
185
|
</details>
|
|
187
186
|
<details>
|
|
188
187
|
<summary>
|
|
189
|
-
|
|
190
|
-
### MOCKBA -js -ru
|
|
188
|
+
<code>MOCKBA -js -ru</code>
|
|
191
189
|
</summary>
|
|
192
190
|
|
|
193
191
|
```js
|