This is the client application to connect with the scraper-api.
- Docker
- Scraper-api
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- Run
docker-compose up --build
- Open
localhost:3000on browser. - Enter the URL to scrape and press
SCRAPEbutton. - 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.
