Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.
/ unsplash-downloader Public archive

Tool for downloading all curated photos from unsplash.com, written in NodeJS.

License

Notifications You must be signed in to change notification settings

DMarby/unsplash-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unsplash-downloader

Tool for downloading all curated photos from unsplash.com, written in NodeJS.

Usage

CLI

$ npm install -g unsplash-downloader
$ unsplash-downloader --help

Programmatically

const UnsplashDownloader = require('unsplash-downloader')

UnsplashDownloader.on('error', (error) => {
  console.error(error)
})

UnsplashDownloader.on('progress', (progress) => {
  console.log(progress)
})

UnsplashDownloader.on('done', () => {
  console.log('Done')
})

UnsplashDownloader.download()

License

See LICENSE.md

About

Tool for downloading all curated photos from unsplash.com, written in NodeJS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published