0.1.0 • Published 2 years ago

dgdg v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dgdg

Javascript web crawler.

Scans web site urls and returns a page object with data. Executes Javascript.

Install

npm i dgdg

Usage

const dgdg = require('dgdg)

const urls = ['www.7i.no']

dgdg(urls, function(page) {
  // do something with page object
  // ...
})

MIT Licensed. Enjoy!

0.1.0

2 years ago