Skip to content

A simple REPL website scraper utilizing jsdom (JS implementation of DOM/HTML standards)

License

Notifications You must be signed in to change notification settings

DavidGoussev/jsdom-scr8pe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsdom-scr8pe

A simple jsdom scraper project

Description

In an effort to dynamically extract data from websites without an accessible API interface (i.e. pitchfork.com), this project was developed to test and maintain codebase necessary to scrape and use extracted data in a REPL manner.

Instructions

Codebase requires jsdom as its primary dependency.

jsdom github repo

  npm install jsdom

REPL action

Edit scraper.js for site/element(s) to scrape.

Run the file called scraper.js

node scraper.js

About

A simple REPL website scraper utilizing jsdom (JS implementation of DOM/HTML standards)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published