1.0.4 • Published 11 years ago

apodjs v1.0.4

Weekly downloads
15
License
None
Repository
github
Last release
11 years ago

apodjs

Find and download APODs from NASA.

Install: npm install -g apodjs

Examples:

Set your wallpaper to today's picture on boot, using Nitrogen with Openbox: ~/.config/openbox/autostart

apodjs --download=$HOME/Desktop/ | xargs nitrogen --set-zoom-fill &

Usage

apodjs is a tool to find and download NASA's astronomy picture of the day.
With no arguments, the program will print the URL to today's picture.
Options:
  --type         Find either random image or for a specific day Default: random. Valid: random,today
  --date         Date in the format "YYMMDD". Under random, defines earliest possible date. Under today, defines date to get. Default: 141219. Matches: /\d{6}/
  --download     Download the image we find to cwd and print the resulting path.
  --description  Print the picture explanation.
1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago