-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweather-forecast.html
32 lines (32 loc) · 2.22 KB
/
weather-forecast.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
include "./scripts/php/checkAuth.php";
checkAuth(3);
?>
<html>
<head>
<?php
include "./scripts/php/html_incl.php";
head("weather-forecast");
?>
</head>
<body>
<p class="bodytitle">
<a name="back">weather-forecast</a>
</p>
<div id="maindiv" class="nohide">
<p>
weather-forecast — это кроссплатформенное консольное приложение на языке C++ для точного показа прогноза погоды с удобным консольным интерфейсом. Имеет скрипт установки.
Позволяет просматривать прогноз погоды на 15 дней вперед для произвольной локации. Требует наличия ключа Yandex Geocoder API. <br>
Можно запускать и без API-ключа, но будут доступны только локации по умолчанию.
Для этого файл в ключа следует поместить UUID, заполненный нулями, как в Windows-архиве.
Подробнее — в <a target="_blank" href="https://github.com/bialger/weather-forecast/blob/v1.3.5/README.md">документации на GitHub</a>. <br>
Текущая версия — <a target="_blank" href="https://github.com/bialger/weather-forecast/releases/tag/v1.3.5">1.3.5</a> Ferdinando II de' Medici. <br>
<a target="_blank" href="https://github.com/bialger/weather-forecast">Github</a><br>
<a target="_blank" href="https://github.com/bialger/weather-forecast/releases/download/v1.3.5/weather-forecast_1.3.5_win10+_amd64.zip">Архив с exe-файлом и библиотеками</a><br>
<a target="_blank" href="https://github.com/bialger/weather-forecast/releases/download/v1.3.5/weather-forecast_1.3.5_all.deb">Deb-пакет</a><br>
<a target="_blank" href="https://github.com/bialger/weather-forecast/releases/download/v1.3.5/cache.zip">Кэш геокодера</a><br>
<a href="/main.html">На главную</a>
</p>
</div>
</body>
</html>