The weather crawler is to crawl the CWB weather data.
We strongly recommend install this package via Composer.
- Intall the composer.
curl -sS https://getcomposer.org/installer | php
- Install this package via composer
php composer.phar require lee/weather-crawler
- Run the
example.php
to learn the basic usage.
php example.php
- You can see more details about the
example.php
.