Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 305 Bytes

yaWeather

Парсер погоды с яндекса

Номер города находится по ссылке http://weather.yandex.ru/static/cities.xml

Использование

require_once('vendor/autoload.php');
include_once 'class/yaWeatherApi.php';

$yaW = new yaWeatherApi();