Skip to content

Commit b29862a

Browse files
authored
Merge pull request #23 from link-assistant/issue-1-5017a66c05a8
docs: add comprehensive related resources section to README
2 parents a48d509 + e510386 commit b29862a

2 files changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@link-assistant/web-capture': patch
3+
---
4+
5+
docs: add comprehensive related resources section to README
6+
7+
Added a categorized collection of useful links for web capture, screenshots, and HTML to Markdown conversion. The new "Related Resources" section includes NPM packages & libraries, screenshot API services (both commercial and free), HTML to Markdown services, and alternative tools.

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,56 @@ The service is built with:
263263
- Turndown for HTML to Markdown conversion
264264
- Jest for testing
265265

266+
## Related Resources
267+
268+
### NPM Packages & Libraries
269+
270+
#### Web Capture & Screenshot Tools
271+
272+
- [capture-website](https://www.npmjs.com/package/capture-website) - Capture website screenshots with a simple API
273+
- [pageres](https://www.npmjs.com/package/pageres) - Capture screenshots of websites in various resolutions
274+
- [puppeteer](https://www.npmjs.com/package/puppeteer) - Headless Chrome Node.js API for browser automation and screenshots
275+
- [playwright](https://www.npmjs.com/package/playwright) - Cross-browser automation library
276+
277+
#### HTML to Markdown Conversion
278+
279+
- [turndown](https://github.com/mixmark-io/turndown) - HTML to Markdown converter written in JavaScript
280+
- [html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) - Go library to convert HTML to Markdown with support for entire websites
281+
- [markdowner](https://github.com/supermemoryai/markdowner) - Advanced HTML to Markdown conversion tool
282+
- [pandoc](https://pandoc.org/) - Universal document converter supporting HTML to Markdown
283+
284+
#### Web Scraping
285+
286+
- [scrape-it](https://www.npmjs.com/package/scrape-it) - Node.js scraper with a clean API
287+
288+
### Screenshot API Services
289+
290+
#### Commercial Services
291+
292+
- [ScreenshotOne](https://screenshotone.com/) - Developer-focused screenshot API with advanced features
293+
- [ScrapFly](https://scrapfly.io/blog/posts/what-is-the-best-screenshot-api) - Screenshot API with antibot protection and rotating proxies
294+
- [ScreenshotAPI.net](https://www.screenshotapi.net/) - High-quality screenshot API with retina support
295+
- [ApiFlash](https://apiflash.com/) - Chrome-based screenshot API with S3 integration
296+
- [Scrapingdog](https://www.scrapingdog.com/) - Cost-effective screenshot and scraping solution
297+
- [URLBox](https://urlbox.io/) - Website screenshot API
298+
299+
#### Free/Open Services
300+
301+
- [site-shot.com](https://www.site-shot.com) - Free website screenshot service
302+
- [pikwy.com](https://pikwy.com) - Website thumbnail and screenshot generator
303+
- [screenshotmachine.com](https://www.screenshotmachine.com) - Website screenshot service
304+
- [screenshot.guru](https://screenshot.guru) - Simple screenshot service
305+
306+
### HTML to Markdown Services
307+
308+
- [urltomarkdown.com](https://urltomarkdown.com) - Convert URLs to Markdown format
309+
- [CaptureKit](https://www.capturekit.dev/blog/how-to-convert-html-to-markdown) - API for HTML to Markdown conversion
310+
311+
### Alternative Tools
312+
313+
- [MarkItDown](https://www.infoworld.com/article/3963991/markitdown-microsofts-open-source-tool-for-markdown-conversion.html) - Microsoft's open-source tool for converting various file formats to Markdown
314+
- [html-to-markdown (Python)](https://pypi.org/project/html-to-markdown/) - Rust-powered Python library for HTML to Markdown conversion
315+
266316
## License
267317

268318
UNLICENSED

0 commit comments

Comments
 (0)