/webscrapeapp

Simple Node App. Web Scraping With X-Ray

Primary LanguageJavaScript

webscrapeapp

Simple Node App. Web Scraping With X-Ray

INSTALL

npm install

RUN

npm start

ROUTES

Testing two different urls ['http://blog.ycombinator.com/', 'http://8pounds.com']

  • Route a: Y Blogger
  • Route b: 8Pounds

DEVELOPMENT TIPS

  • when testing other sites add a new class to site's main blog roll div. This will allow consistent code base.

web scrapping testing with X-Ray.