A Node.js Script for pulling random or category set images from unplash.com and applying them to your desktop wallpaper
You do need a developer ID from unsplash. - simply register for developer account, create a new project.
$ npm install jackpaper -g
Usage: jackpaper <command> [options]
Commands:
change Change Background
key Set your UnSplash Developer ID
change [string] Will change to a random image within a category specified by the string
auto <options> Change Background per adjusted time
Options:
-h, --help output usage information
-v, --version output version
-t, --time set time in seconds for auto command
Examples:
$ jackpaper --version
$ jackpaper --help
$ jackpaper key
$ jackpaper change
$ jackpaper change galaxy
$ jackpaper auto --time 10
$ jackpaper auto galaxy --time 10
$ forever jackpaper auto landscape --time 10