html-renderer-api 1.0.220 → 1.0.221

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +22 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-renderer-api",
3
- "version": "1.0.220",
3
+ "version": "1.0.221",
4
4
  "description": "Server API renders DOM with puppeteer to get HTML & Bypass Cloudflare bot check.",
5
5
  "main": "src/scrapers/scraper-cloudflare.js",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -1,3 +1,25 @@
1
+ <!-- template-git-repo:badges:start -->
2
+ <p align="center">
3
+ <a href="https://qwksearch.com/api/docs"><img src="https://img.shields.io/badge/Docs-blue?logo=ReadTheDocs&logoColor=white" alt="Documentation" /></a>
4
+ <a href="https://stackblitz.com/github/OpenSourceAGI/qwksearch-research-agent/tree/master/packages/html-renderer-api"><img height="20px" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz" /></a>
5
+ <br />
6
+ <a href="https://www.npmjs.com/package/html-renderer-api"><img src="https://img.shields.io/npm/dm/html-renderer-api.svg" alt="NPM Monthly Downloads" /></a>
7
+ <a href="https://www.npmjs.com/package/html-renderer-api"><img src="https://img.shields.io/npm/v/html-renderer-api.svg" alt="npm version" /></a>
8
+ <a href="https://www.npmjs.com/package/html-renderer-api"><img src="https://img.shields.io/npm/dt/html-renderer-api.svg" alt="NPM Total Downloads" /></a>
9
+ <a href="https://www.npmjs.com/package/html-renderer-api"><img src="https://img.shields.io/npm/types/html-renderer-api" alt="TypeScript types" /></a>
10
+ <a href="https://packagephobia.com/result?p=html-renderer-api"><img src="https://packagephobia.com/badge?p=html-renderer-api" alt="Install size" /></a>
11
+ <br />
12
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/stargazers"><img src="https://img.shields.io/github/stars/OpenSourceAGI/qwksearch-research-agent" alt="GitHub Stars" /></a>
13
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/issues"><img src="https://img.shields.io/github/issues/OpenSourceAGI/qwksearch-research-agent?logo=github" alt="GitHub Issues" /></a>
14
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/pulls"><img src="https://img.shields.io/github/issues-pr/OpenSourceAGI/qwksearch-research-agent?logo=github&label=PRs" alt="Open Pull Requests" /></a>
15
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/pulls?q=is%3Apr+is%3Aclosed"><img src="https://img.shields.io/github/issues-pr-closed/OpenSourceAGI/qwksearch-research-agent?logo=github&label=PRs%20merged&color=8957e5" alt="Merged Pull Requests" /></a>
16
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/discussions"><img src="https://img.shields.io/github/discussions/OpenSourceAGI/qwksearch-research-agent" alt="GitHub Discussions" /></a>
17
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/commits/master/"><img src="https://img.shields.io/github/last-commit/OpenSourceAGI/qwksearch-research-agent.svg" alt="GitHub last commit" /></a>
18
+ <br />
19
+ <img src="https://img.shields.io/badge/Bun-14151A?logo=bun&logoColor=white" alt="Bun" /> <img src="https://img.shields.io/badge/Vitest-6E9F18?logo=vitest&logoColor=white" alt="Vitest" />
20
+ </p>
21
+ <!-- template-git-repo:badges:end -->
22
+
1
23
  # Advanced Puppeteer API with Authentication & Cookie Management
2
24
 
3
25
  [![Coverage](https://codecov.io/gh/OpenSourceAGI/qwksearch-research-agent/graph/badge.svg?component=package-html-renderer-api)](https://codecov.io/gh/OpenSourceAGI/qwksearch-research-agent)