PHP Classes

File: examples/case-studies/location/weather/microapp_geo_weather-GR.md

Recommend this page to a friend!
  Packages of Christos Drogidis   Ascoos OS   examples/case-studies/location/weather/microapp_geo_weather-GR.md   Download  
File: examples/case-studies/location/weather/microapp_geo_weather-GR.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Ascoos OS
A PHP Web 5.0 Kernel for decentralized web and IoT
Author: By
Last change: Update of examples/case-studies/location/weather/microapp_geo_weather-GR.md
Date: 8 months ago
Size: 4,526 bytes
 

Contents

Class file image Download

?????????? ??????????? ??? ?????????????? ?????????

???? ? ?????? ?????????? ??????????? ??? ?? Ascoos OS ?????? ?? ?????????????? ??? ?? ?????????? ?????????????? ??? ?????????? ???????? ??????????? ?????????? ??? ?????????????? ?????????. ?? ?????????? ????????? APIs, ????????? ?????????, ????????? ????????? ??? ?????? ??????????.

??????

?? ?????????? ????????? ??? ???????? ??????? ??? Ascoos OS: - TGoogleMapsHandler: ???????? ??????????? ????????? ???? Google Maps API. - TOpenWeatherMapHandler: ???? ?????????????? ????????? ???? OpenWeatherMap API. - TXValidationHandler: ????????? ??? ????????? ??? ??????????? ?? APIs. - TFilesHandler: ?????????? ??? ????????????? ??? ???????????? ?????????. - TEventHandler: ????????? ????????? ?????????? ??? ???????????. - TDatesHandler: ?????????? ???????? ??????? ??? ???????????? ???????????.

????

? ?????? ??????????? ?? ??? ?????? PHP: - microapp_geo_weather.php: ???????????? ???? ?????????, ?????????, ?????????? ??? ?????????.

??????????????

  1. ??????????? ??? Ascoos OS (????? repository). ?? ?????????????? ?? ASCOOS Web Extended Studio (AWES) 26, ????? ??? ????????????????.
  2. ?????? API keys ??? Google Maps ??? OpenWeatherMap.
  3. ?????????? ???????? ????? ???????? `$AOS_LOGS_PATH` ??? `$AOS_TMP_DATA_PATH/microapp_data/`.
  4. ?? ?????????? `$conf`, `$AOS_TMP_DATA_PATH`, `$AOS_LOGS_PATH` ??????????? ???????? ??? ?? Ascoos OS.
  5. ? ?????????? phpBCL8 ????? ???????????????? ??? ?????????? ????????.

??????????

  1. ???????? ?? API keys ??? ??????.
  2. ????????? ?? script ???? web server:
    https://localhost/aos/examples/case-studies/location/weather/microapp_geo_weather.php
    

?????????? ??????

$geoResponse = $googleMapsHandler->geocode(['address' => 'Athens, Greece', 'key' => $apiKey]);
$weatherResponse = $weatherHandler->getWeather([
    'lat' => $geoData['lat'],
    'lon' => $geoData['lng'],
    'appid' => $weatherApiKey
]);
$filesHandler->encryptFile($rawFile, $encryptedFile, 'Hi! I\'m Ascoos OS');

??????????? ??????????

?? script ?????????? ??? ??????????????? ?????? JSON ?? ?????????? ??? ????????????? ????????. ?????????? ??????:

{
  "location": {
    "address": "Athens, Greece",
    "coordinates": {
      "lat": 37.9838,
      "lng": 23.7275
    }
  },
  "weather": {
    "temp": 29.5,
    "weather": "clear sky",
    "timestamp": "2025-08-28 18:45:00"
  },
  "processed_at": "2025-08-28 18:49:00"
}

?????

??????????

?????? ?? ???????????? ?? ???? ?? ?????? ??????????; ????? fork ?? ??????????, ???????????? ? ????????? ???? ??????????? ??? microapp_geo_weather.php, ??? ????????? pull request. ????? ?? CONTRIBUTING.md ??? ???????.

????? ??????

???? ? ?????? ?????????? ?????????? ??? ??? Ascoos General License (AGL). ????? ?? LICENSE.