Skip to content

go-scraper/scraper-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The scraper-api web client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published