2.0.4 • Published 8 years ago

scrappee v2.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

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

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago