1.0.0 • Published 1 year ago

@jmshtr/scrape v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

scrape

This is a simple Node.js script that fetches the HTML content of a specified website using the node-fetch module.

Installation

  1. Make sure you have Node.js installed on your system.
  2. Clone this repository or download the scrape.js file.
  3. Install dependencies by running npm install in the project directory.

Usage

To use the script, run the following command in your terminal:

node scrape.js <url>

Replace <url> with the URL of the website you want to scrape. For example:

node scrape.js https://www.example.com

The script will fetch the HTML content of the specified website and print it to the console.

Dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

1 year ago