amlestin / Ramda-Functional-Image-Downloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

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


Languages

Language:JavaScript 100.0%