Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biswaviraj/image-downloader

Download images from any website.
https://github.com/biswaviraj/image-downloader

cheeriojs image-downloader imagedownloader nodejs web-scraping webscraping

Last synced: 24 days ago
JSON representation

Download images from any website.

Awesome Lists containing this project

README

        

# image-downloader

#### Download images from any websites.

## Installation

### Step 1

Clone this repository.

### Step 2

run the below command in terminal to install all the dependencies.

```bash
npm install
```

OR

```bash
yarn add
```

---

## Usage

Run the below command to download images.

```bash
node index.js
```

**NOTE**: Enter the url including https or http

- The downloaded images will be saved to the _imageDownloads_ folder of home directory.