mockba 0.3.4 → 0.3.6
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 +8 -19
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 лет назад
|
|
@@ -81,10 +81,7 @@ The package can work in either json/js mode or in human-readable mode (default).
|
|
|
81
81
|
To support printing in a translation, pass target language like `-ru`.
|
|
82
82
|
|
|
83
83
|
<details>
|
|
84
|
-
<summary>
|
|
85
|
-
|
|
86
|
-
### MOCKBA -json
|
|
87
|
-
</summary>
|
|
84
|
+
<summary><code>MOCKBA -json</code></summary>
|
|
88
85
|
|
|
89
86
|
```json
|
|
90
87
|
{
|
|
@@ -116,10 +113,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
116
113
|
</details>
|
|
117
114
|
|
|
118
115
|
<details>
|
|
119
|
-
<summary>
|
|
120
|
-
|
|
121
|
-
### MOCKBA -json -ru
|
|
122
|
-
</summary>
|
|
116
|
+
<summary><code>MOCKBA -json -ru</code></summary>
|
|
123
117
|
|
|
124
118
|
```json
|
|
125
119
|
{
|
|
@@ -151,10 +145,7 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
151
145
|
</details>
|
|
152
146
|
|
|
153
147
|
<details>
|
|
154
|
-
<summary>
|
|
155
|
-
|
|
156
|
-
### MOCKBA -js
|
|
157
|
-
</summary>
|
|
148
|
+
<summary><code>MOCKBA -js</code></summary>
|
|
158
149
|
|
|
159
150
|
```js
|
|
160
151
|
{
|
|
@@ -184,11 +175,9 @@ To support printing in a translation, pass target language like `-ru`.
|
|
|
184
175
|
}
|
|
185
176
|
```
|
|
186
177
|
</details>
|
|
187
|
-
<details>
|
|
188
|
-
<summary>
|
|
189
178
|
|
|
190
|
-
|
|
191
|
-
</summary>
|
|
179
|
+
<details>
|
|
180
|
+
<summary><code>MOCKBA -js -ru</code></summary>
|
|
192
181
|
|
|
193
182
|
```js
|
|
194
183
|
{
|