scrappee

2.0.4 • Public • Published

Scrappee

Webscraper interface built with request and jsdom that features dom selection with jquery

Note: The scrappee-cli has moved here and is under development

Build Status Coverage Status dependencies Status

var client = require('scrappee').client()
 
client.get("https://github.com/matutter")
.select({ username: ".vcard-username" })
.then((e, res) => {
  console.log(res.username) // matutter
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.4
    0
    • latest

Version History

Package Sidebar

Install

npm i scrappee

Weekly Downloads

5

Version

2.0.4

License

ISC

Last publish

Collaborators

  • matutter