Skip to content

[WebApplication] Search and Download Images as zip file

License

Notifications You must be signed in to change notification settings

hiasince/Imazip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imazip

[WebApplication] Search and Download Images as zip file

Used NPM Package

express : Fast, unopinionated, minimalist web framework
request : Simplified HTTP request client
cheerio : Tiny, fast, and elegant implementation of core jQuery designed specifically for the server
image-downloader : A Nodejs module for downloading image to disk from a given URL
zip-folder : Zips a folder and calls your callback when it's done
async : Higher-order functions and common patterns for asynchronous code

Main Page

(HTML5 Template (https://html5up.net/dimension)) capture

Motive

This project is web application coded by node.js. Purpose of making this site is when we want to downloading Image within the web site, we have to download each image one by one. But it can be a very tiresome work. So this web site can download Images that you want to as one zip file, in a one time.

How to use

First typing the words that you want to search as a image and click the search button.

Then you can see the searching result Images with check box that I crwal from the 'bing' site. Choose the Images that you wants to download by checking the box that next to Image.

After choosing the Images, click the download button. Then the zip file will download to your desktop, default Download folder.

Simple Explanation

When client sent the words that wants to seacrh, Server will be crwaling the Image URL that client wants on 'bing' site.

Then spread the Images on web site with checkbox.

after click the download button, download Images on server's memory As a zip file and send it to client.

About

[WebApplication] Search and Download Images as zip file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published