On 03/01, I published my first package on Nuget (nuget.org). This package is called DotNetExpose.
DotNetExpose is a DLL developed in .NetStandard 2.0 that aims to assist developers of "crawlers" (scraps, scraper, etc.), QAs and, perhaps, in other scenarios.
Its functions return information about the url that was provided. For example: page size, number of referenced JS files, etc.
Basically, this is it. If you want to check it out, here are the links:
- Github: https://github.com/joao2391/DotNetExpose
- Nuget: https://www.nuget.org/packages/DotNetExpose/
Any feedback is always welcome.
Top comments (0)