Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 923 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 923 Bytes

pure js weather-crawler travis-ci-status-image

demo: https://cscolabear.github.io/weather-crawler/


Preface

練習 nodejs, puppeteer, react, travis-ci

How it work

  • 使用 puppeteer 抓取 www.cwb.gov.tw

  • 資料將存為 ./src/data/data.json npm run build./build/index.html

  • Update by travis daily Cron Jobs

desktop preview desktop

mobile web preview

mobile


How to use it

git clone

npm install

npm run build

npm run crawler preview npm-run-build