scrapebadger 0.1.0 → 0.1.1
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 +13 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://scrapebadger.com/logo-dark.png" alt="ScrapeBadger" width="400">
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
<h1 align="center">ScrapeBadger Node.js SDK</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="https://www.npmjs.com/package/scrapebadger"><img src="https://img.shields.io/npm/v/scrapebadger.svg" alt="npm version"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/scrapebadger"><img src="https://img.shields.io/npm/dm/scrapebadger.svg" alt="npm downloads"></a>
|
|
10
|
+
<a href="https://github.com/scrape-badger/scrapebadger-node/actions/workflows/test.yml"><img src="https://github.com/scrape-badger/scrapebadger-node/actions/workflows/test.yml/badge.svg" alt="Tests"></a>
|
|
11
|
+
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-5.0+-blue.svg" alt="TypeScript"></a>
|
|
12
|
+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
|
13
|
+
</p>
|
|
8
14
|
|
|
9
15
|
The official Node.js/TypeScript client library for the [ScrapeBadger](https://scrapebadger.com) API.
|
|
10
16
|
|
|
@@ -289,7 +295,6 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
289
295
|
|
|
290
296
|
## Links
|
|
291
297
|
|
|
292
|
-
- [Documentation](https://
|
|
293
|
-
- [API Reference](https://docs.scrapebadger.com/api)
|
|
298
|
+
- [Documentation](https://scrapebadger.com/docs)
|
|
294
299
|
- [GitHub](https://github.com/scrape-badger/scrapebadger-node)
|
|
295
300
|
- [npm](https://www.npmjs.com/package/scrapebadger)
|