Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter279k/weather-crawler
The weather crawler is to crawl the CWB weather data.
https://github.com/peter279k/weather-crawler
cwb-weather-data php71 php72 weather weather-crawler
Last synced: about 1 month ago
JSON representation
The weather crawler is to crawl the CWB weather data.
- Host: GitHub
- URL: https://github.com/peter279k/weather-crawler
- Owner: peter279k
- License: mit
- Created: 2018-06-23T08:19:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T05:13:12.000Z (over 6 years ago)
- Last Synced: 2024-10-13T13:05:49.922Z (2 months ago)
- Topics: cwb-weather-data, php71, php72, weather, weather-crawler
- Language: PHP
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weather-crawler
[![Coverage Status](https://coveralls.io/repos/github/peter279k/weather-crawler/badge.svg?branch=master)](https://coveralls.io/github/peter279k/weather-crawler?branch=master)
[![Build Status](https://travis-ci.org/peter279k/weather-crawler.svg?branch=master)](https://travis-ci.org/peter279k/weather-crawler)## 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```.