@olympeio-extensions/samples 2.9.2 → 2.10.0

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.
@@ -19,7 +19,7 @@
19
19
  "o": 1,
20
20
  "p": {
21
21
  "01703376c4a81c0e9d91": "Display a live feed of real airplanes on a map around you",
22
- "01703376c4a81c0e9d92": "Uses the OpenSky API along with a map to display a live feed of real airplanes on a map around your location. \n<br>\n`Air Traffic View` is the main application to launch and displays the planes on map. Clicking on a plane shows a 3D view of its current situation where the real plane is located around the world. \n`Air Traffic Controller` is an app to take control of a given airplane with your mobile device.",
22
+ "01703376c4a81c0e9d92": "Uses the OpenSky API along with a map to display a live feed of real airplanes on a map around your location. \n\n`Air Traffic View` is the main application to launch and displays the planes on map. Clicking on a plane shows a 3D view of its current situation where the real plane is located around the world. \n`Air Traffic Controller` is an app to take control of a given airplane with your mobile device.",
23
23
  "v": 350
24
24
  },
25
25
  "t": "017c5499e844e6b27713"
@@ -31,7 +31,7 @@
31
31
  {
32
32
  "o": 1,
33
33
  "p": {
34
- "01703376c4a81c0e9d92": "This App is design to showcase possibilities of the `Offline` collection of bricks <br>\n<b>Note</b>: Add \"&offline.enabled=true\" in the URL to use."
34
+ "01703376c4a81c0e9d92": "This App is design to showcase possibilities of the `Offline` collection of bricks \n<b>Note</b>: Add \"&offline.enabled=true\" in the URL to use."
35
35
  },
36
36
  "t": "018e5b73021b8ed77214"
37
37
  },
@@ -12,7 +12,7 @@
12
12
  "o": 1,
13
13
  "p": {
14
14
  "01703376c4a81c0e9d91": "Get the current weather at a given location",
15
- "01703376c4a81c0e9d92": "**Scope**<br>\nGathers the current weather data from <a href=\"https://openweathermap.org/\" target=\"_blank\">openweathermap.org</a> and displays the results in a Data Grid.<br>\n<br>\n**Download openweathermap.org Open API**<br>\nDownload the Swagger OpenAPI `JSON Resolved API` file from <a href=\"https://app.swaggerhub.com/apis/IdRatherBeWriting/open-weather_map_api/2.5.2\" target=\"_blank\">here</a>. \nIt can be imported into DRAW to build the app, but in order to execute you need an API key.<br>\n<br>\n**Get a free API key**<br>\nFor this, a free account has to be created and get an API key from <a href=\"https://home.openweathermap.org/api_keys\" target=\"_blank\">here</a>.<br>\n<br>\n**Set API key**<br>\nCopy the key then edit the `Get OpenWeather API Key` function and paste it there.<br>\n<br>\n**Current Weather API documentation**<br> \nThe documentation for the API is \n<a href=\"https://openweathermap.org/current\" target=\"_blank\">Current Weather API doc</a><br>\n<br>\n**FAQ**<br>\n<a href=\"https://openweathermap.org/faq\" target=\"_blank\">OpenWeather FAQ</a><br>\n<br>\n<br>\n**Data Grid config**<br>\n<br>\n*Properties*<br>\nLocation,Temperature,Temperature min,Temperature max,Pressure,Humidity,Altitude,Date<br><br>\n*Header Names*<br>\nLocation,Temp °C,Min °C,Max °C,Pressure,Humidity,Altitude,Date<br><br>\n*Column Widths*<br>\n90,90,80,90,90,90,100,200<br><br>\n",
15
+ "01703376c4a81c0e9d92": "**Scope**\nGathers the current weather data from <a href=\"https://openweathermap.org/\" target=\"_blank\">openweathermap.org</a> and displays the results in a Data Grid.\n\n**Download openweathermap.org Open API**\nDownload the Swagger OpenAPI `JSON Resolved API` file from <a href=\"https://app.swaggerhub.com/apis/IdRatherBeWriting/open-weather_map_api/2.5.2\" target=\"_blank\">here</a>. \nIt can be imported into DRAW to build the app, but in order to execute you need an API key.\n\n**Get a free API key**\nFor this, a free account has to be created and get an API key from <a href=\"https://home.openweathermap.org/api_keys\" target=\"_blank\">here</a>.\n\n**Set API key**\nCopy the key then edit the `Get OpenWeather API Key` function and paste it there.\n\n**Current Weather API documentation**<br> \nThe documentation for the API is \n<a href=\"https://openweathermap.org/current\" target=\"_blank\">Current Weather API doc</a>\n\n**FAQ**\n<a href=\"https://openweathermap.org/faq\" target=\"_blank\">OpenWeather FAQ</a>\n\n\n**Data Grid config**\n\n*Properties*\nLocation,Temperature,Temperature min,Temperature max,Pressure,Humidity,Altitude,Date<br>\n*Header Names*\nLocation,Temp °C,Min °C,Max °C,Pressure,Humidity,Altitude,Date<br>\n*Column Widths*\n90,90,80,90,90,90,100,200<br>\n",
16
16
  "v": 891
17
17
  },
18
18
  "t": "018243fe0c4346e8c969"
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@olympeio-extensions/samples","version":"2.9.2","main":"main-node.js","browser":"main-web.js","dependencies":{"@olympeio/core":"2.9.2","@olympeio/runtime-web":"~9.9.1","@olympeio/runtime-node":"~9.9.1","@olympeio-extensions/commons":"2.9.2","@olympeio-extensions/workflow":"2.9.2","@olympeio-extensions/open-sky":"2.9.2","@olympeio-extensions/mapbox":"2.9.2","@olympeio-extensions/file-format-support":"2.9.2","@olympeio-extensions/qrcode-zxing":"2.9.2"},"codeAsData":"codeAsData"}
1
+ {"name":"@olympeio-extensions/samples","version":"2.10.0","main":"main-node.js","browser":"main-web.js","dependencies":{"@olympeio/core":"2.10.0","@olympeio/runtime-web":"~9.10.0","@olympeio/runtime-node":"~9.10.0","@olympeio-extensions/commons":"2.10.0","@olympeio-extensions/workflow":"2.10.0","@olympeio-extensions/open-sky":"2.10.0","@olympeio-extensions/mapbox":"2.10.0","@olympeio-extensions/file-format-support":"2.10.0","@olympeio-extensions/qrcode-zxing":"2.10.0"},"codeAsData":"codeAsData"}