Skip to content

The weather crawler is to crawl the CWB weather data.

License

Notifications You must be signed in to change notification settings

peter279k/weather-crawler

Repository files navigation

weather-crawler

Coverage Status Build Status

Introduction

The weather crawler is to crawl the CWB weather data.

Usage

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.