0.0.5 • Published 9 years ago

scrapingjs v0.0.5

Weekly downloads
25
License
-
Repository
github
Last release
9 years ago

ScrapingJS

ScrapingJS is very simple scraper which fetch TITLE, DESCRIPTION and THUMBNAIL from website!

ScrapingJS use title tag, meta description and OGPs to fetch information. We aim to fetch many website with simple API without any problems.

Installation

npm install scrapingjs

Getting started

You simply require code and fetch titles!

scrapingjs = require('scrapingjs')

data = yield scrapingjs.scrape('http://www.yahoo.com/')

# you can fetch data.title, data.description, data.thumbnail_url and data.sitename
console.log(data)

LICENSE

MIT

Author

Shota Watanabe shota.w@gmail.com

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago