magpie-html 0.1.4 → 0.1.5
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.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,11 +7,16 @@
|
|
|
7
7
|
[](https://opensource.org/licenses/MIT)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
9
9
|
[](https://nodejs.org/)
|
|
10
|
+
[](https://crispread.com)
|
|
10
11
|
|
|
11
12
|
**Modern web scraping for when you need the good parts, not the markup soup.** Extracts clean article content, parses feeds (RSS, Atom, JSON), and gathers metadata from any page. Handles broken encodings, malformed feeds, and the chaos of real-world HTML. TypeScript-native, works everywhere. Named after the bird known for collecting valuable things... you get the idea.
|
|
12
13
|
|
|
13
14
|
<div align="center">
|
|
14
15
|
<img src="https://raw.githubusercontent.com/Anonyfox/magpie-html/main/assets/magpie-html-logo.png" alt="Magpie HTML Logo" width="300">
|
|
16
|
+
|
|
17
|
+
<br><br>
|
|
18
|
+
<strong>Production-ready</strong> · Powers <a href="https://crispread.com">CrispRead</a>, a trilingual news aggregator processing thousands of articles daily.
|
|
19
|
+
|
|
15
20
|
</div>
|
|
16
21
|
|
|
17
22
|
## Features
|
|
@@ -454,6 +459,6 @@ If this package helps your project, consider sponsoring its maintenance:
|
|
|
454
459
|
|
|
455
460
|
---
|
|
456
461
|
|
|
457
|
-
**[Anonyfox](https://anonyfox.com) • [MIT License](LICENSE)**
|
|
462
|
+
**[Anonyfox](https://anonyfox.com) • [API Docs](https://anonyfox.github.io/magpie-html) • [MIT License](LICENSE)**
|
|
458
463
|
|
|
459
464
|
</div>
|