Releases: remotemerge/cache-server
2.0.8
2.0.7
- Update production and install workflows
2.0.6
- Handle new headless updates in Puppeteer
- Update dependencies
- Minor fixes
2.0.5
- Add how it works diagram
- Update dependencies
- Minor fixes
2.0.4
Release Notes: CacheServer v2.0.4
We are excited to announce the first release of CacheServer, an efficient web page extractor that simplifies automated tasks such as web page extraction, data mining, and content analysis using Puppeteer and headless browser technology.
New Features
Easy-to-use API: CacheServer provides a simple API for loading web pages and returning their HTML source code.
Customizable Configuration: Set the host, port, maximum wait time, and headless mode for the CacheServer instance.
Puppeteer Integration: CacheServer utilizes Puppeteer, a powerful headless browser automation tool, to fetch web page content.
Flexible Web Page Extraction: Send GET requests with customizable parameters such as URL, user agent, wait time and headless mode.
JSON Response: The extracted web page content is returned in a JSON object for easy parsing and manipulation.