https://github.com/alexmayol/node_image_downloader
A basic image downloader via HTTP
https://github.com/alexmayol/node_image_downloader
Last synced: about 2 months ago
JSON representation
A basic image downloader via HTTP
- Host: GitHub
- URL: https://github.com/alexmayol/node_image_downloader
- Owner: AlexMayol
- Created: 2020-05-04T22:03:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T23:44:31.000Z (about 2 years ago)
- Last Synced: 2025-03-05T20:58:12.414Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node_image_downloader
A basic image downloader via HTTP
Photobucket is no longer a free hosting site, so I decided to bulk-download all the images I stored there for almost 15 years.
This is just a good practice to learn how async Node works with files and HTTP requests, so it's still a huge WIP :)