Skip to content

m80126colin/news-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  })

About

Crawler for Taiwan News

Resources

License

Stars

Watchers

Forks

Packages

No packages published