Tomorrow.io (Independent Publisher) (#2646)

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload

* Delete independent-publisher-connectors/FileIO directory

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Revert "Add files via upload"

This reverts commit 1d85506958.

* Add files via upload
This commit is contained in:
Troy Taylor 2023-05-25 12:11:15 -04:00 коммит произвёл GitHub
Родитель 337ffd52b2
Коммит 727fb58bec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1493 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "The Tomorrow Companies Inc."
}
}

Просмотреть файл

@ -0,0 +1,23 @@
# Tomorrow.io
Improve operational efficiency with the world's leading enterprise-grade weather service. Use our hyper-accurate weather data for endless use cases across all industries.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
You will need to signup for an account with [Tomorrow.io](https://app.tomorrow.io/signup).
## Obtaining Credentials
Once logged in to your account, go to the [Development page](https://app.tomorrow.io/development/keys) to retrieve your API key.
## Supported Operations
### Get weather forecast
Retrieve up-to-date weather information for a given location, including minute-by-minute forecasts for the next hour, hourly forecasts for the next 120 hours, and daily forecasts for the next 5 days.
### Get realtime weather
Retrieve current weather information for a location in minute-by-minute temporal resolution.
### Get weather timeline
Query weather conditions by specifying the location, fields, timesteps, and the start time and end time, such that the response includes multiple timelines, one for each timestep.
### Get weather map
Retrieve accurate weather conditions on a map tile.
## Known Issues and Limitations
There are no known issues at this time.