news-fetch

Crawler for Taiwan News


Keywords
news
License
MIT
Install
npm install news-fetch@0.2.1

Documentation

News Fetch

Crawler for Taiwan News.

Installation

npm install --save news-fetch

Usage

const news = require('news-fetch')

news.apple('link/to/apple/daily/news')
  .then(res => {
    console.log(res)
  })