Skip to content

redco/goose-jsdom-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goose JsDOM Environment

Build Status Latest Stable Version Total Downloads

Environment for Goose Parser which allows to run it using JsDom

JsDOMEnvironment

This environment is used for running Parser with jsdom.

const env = new JsDOMEnvironment({
    url: 'http://google.com',
});

The main and only required parameter is url. It contains an url address of the site, where Parser will start.

This environment allows:

  • execute dynamic JavaScript on the page
  • use single proxy
  • and more sweet features

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors