Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/biswaviraj/image-downloader
- Owner: BiswaViraj
- Created: 2020-04-26T11:08:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T14:59:21.000Z (5 months ago)
- Last Synced: 2024-06-23T16:04:38.244Z (5 months ago)
- Topics: cheeriojs, image-downloader, imagedownloader, nodejs, web-scraping, webscraping
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.