A web crawler service which fetches the site map of the current domain.
646
Sitemap Crawler is a web service that fetches the sitemap of a given domain. It's built using Express.js, Cheerio, and React.
You can also run Sitemap Crawler using Docker. Pull the image from Docker Hub:
docker pull athrvk/sitemap-crawler:latest
Run the Docker container:
docker run --pull=always -p 3000:3000 athrvk/sitemap-crawler:latest
Then access the application at http://localhost:3000
Content type
Image
Digest
sha256:424a7e3f0…
Size
402.5 MB
Last updated
about 2 years ago
docker pull athrvk/sitemap-crawler