Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 820 Bytes

File metadata and controls

34 lines (22 loc) · 820 Bytes

Scraper client

This is the client application to connect with the scraper-api.

Pre-requisites

Configurations

You can change following configurations on the .env file.

# Application port
PORT=3000

# Scaper API base URL
REACT_APP_SCRAPER_API_BASE_URL=http://localhost:8080

How to run using Docker

  • Run docker-compose up --build

How to access

  • Open localhost:3000 on browser.
  • Enter the URL to scrape and press SCRAPE button.
  • You should see the scrapped summary as below screenshot.
  • We only check the accessbility of 10 URLs at a time to make it possible to handle any number of URLs checks.
  • You may click ACCESS NEXT .. button to check accessbility of remaining URLs.

Screenshot