lee/weather-crawler

Crawl weather data with PHP

v1.0 2018-07-17 01:58 UTC

This package is auto-updated.

Last update: 2024-04-07 18:31:37 UTC


README

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.