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.
Files changed (2) hide show
  1. package/README.md +13 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,16 @@
1
- # ScrapeBadger Node.js SDK
1
+ <p align="center">
2
+ <img src="https://scrapebadger.com/logo-dark.png" alt="ScrapeBadger" width="400">
3
+ </p>
2
4
 
3
- [![npm version](https://img.shields.io/npm/v/scrapebadger.svg)](https://www.npmjs.com/package/scrapebadger)
4
- [![npm downloads](https://img.shields.io/npm/dm/scrapebadger.svg)](https://www.npmjs.com/package/scrapebadger)
5
- [![Tests](https://github.com/scrape-badger/scrapebadger-node/actions/workflows/test.yml/badge.svg)](https://github.com/scrape-badger/scrapebadger-node/actions/workflows/test.yml)
6
- [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
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://docs.scrapebadger.com)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scrapebadger",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official Node.js SDK for ScrapeBadger - Async web scraping APIs for Twitter and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",