Command line app to download an image from a given URL and print it to the console
node fun_image_downloader.js https://cdn.pixabay.com/photo/2020/07/21/16/24/landscape-5426755_1280.jpg
- Clone the repository
- Open the directory in your terminal and run the command
npm install
- Run the app with
node fun_image_downloader.js [URL]