https://github.com/adequatica/alice-pole-of-cold
Skill for Alice to answer which pole is colder
https://github.com/adequatica/alice-pole-of-cold
Last synced: 11 months ago
JSON representation
Skill for Alice to answer which pole is colder
- Host: GitHub
- URL: https://github.com/adequatica/alice-pole-of-cold
- Owner: adequatica
- Created: 2021-02-09T20:09:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T09:24:01.000Z (over 1 year ago)
- Last Synced: 2025-06-23T22:42:20.779Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://dialogs.yandex.com/store/skills/8039a055-polyus-holod
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Pole of Cold
**Serverless [skill for Alice](https://dialogs.yandex.com/store/skills/8039a055-polyus-holod)** ([virtual assistant]()) based on Node.js.
It reports the weather (temperature) at the North and South Poles?
### How does it work?
The user says: «_Alice, launch the skill The Pole of Cold_».
Alice responds with a welcome skill message: «_Ask which pole is colder, north or south?_»
On any following phrase of the user occurs:
1. Going to [OpenWeather API](https://openweathermap.org/api) follow the current weather at both poles;
2. Determines which pole is colder;
3. Answer to the user at which pole is colder and what is the temperature there.
The deployment occurs via the [Yandex Cloud Functions](https://cloud.yandex.com/en/services/functions).