Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 690 Bytes

File metadata and controls

16 lines (11 loc) · 690 Bytes

Node.js CI

Ramda-Functional-Image-Downloader

Command line app to download an image from a given URL and print it to the console

Example:

node fun_image_downloader.js https://cdn.pixabay.com/photo/2020/07/21/16/24/landscape-5426755_1280.jpg

Screenshot:

screenshot

Installation:

  1. Clone the repository
  2. Open the directory in your terminal and run the command npm install
  3. Run the app with node fun_image_downloader.js [URL]