@golemio/air-quality-stations 1.1.3 → 1.1.4-dev.880496393
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/docs/openapi.yaml +5 -4
- package/package.json +2 -2
package/docs/openapi.yaml
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
openapi: 3.0.1
|
|
2
2
|
info:
|
|
3
|
-
title: Air Quality
|
|
3
|
+
title: 🌦 Air Quality
|
|
4
4
|
version: 1.0.0
|
|
5
5
|
tags:
|
|
6
|
-
- name: Air Quality
|
|
6
|
+
- name: 🌦 Air Quality
|
|
7
|
+
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Measurements of Air Quality in Prague
|
|
7
8
|
paths:
|
|
8
9
|
/airqualitystations/:
|
|
9
10
|
get:
|
|
10
11
|
tags:
|
|
11
|
-
- Air Quality
|
|
12
|
+
- 🌦 Air Quality
|
|
12
13
|
summary: GET All Air Quality CHMI Stations
|
|
13
14
|
parameters:
|
|
14
15
|
- name: latlng
|
|
@@ -109,7 +110,7 @@ paths:
|
|
|
109
110
|
/airqualitystations/history/:
|
|
110
111
|
get:
|
|
111
112
|
tags:
|
|
112
|
-
- Air Quality
|
|
113
|
+
- 🌦 Air Quality
|
|
113
114
|
summary: GET Air Quality Stations CHMI History
|
|
114
115
|
parameters:
|
|
115
116
|
- name: limit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/air-quality-stations",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4-dev.880496393",
|
|
4
4
|
"description": "Golemio Air Quality Stations Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -64,4 +64,4 @@
|
|
|
64
64
|
"@golemio/city-districts": ">=1.0.5",
|
|
65
65
|
"@golemio/core": ">=1.2.22"
|
|
66
66
|
}
|
|
67
|
-
}
|
|
67
|
+
}
|