diff options
author | Andinus <andinus@inventati.org> | 2020-03-15 13:41:18 +0530 |
---|---|---|
committer | Andinus <andinus@inventati.org> | 2020-03-15 13:41:18 +0530 |
commit | 16842fa8ade95fcb45ad9d47275633d094769f15 (patch) | |
tree | cfb2d5d6f6abb9cb29068a3539466e7c5bfaa398 | |
parent | e29b16b8daaf473df93a89869f9befd22253dac2 (diff) | |
download | cetus-16842fa8ade95fcb45ad9d47275633d094769f15.tar.gz |
Explain behaviour on media image type
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org index bfdcd34..ca97559 100644 --- a/README.org +++ b/README.org @@ -15,6 +15,10 @@ sources for fetching the background. * NASA Astronomy Picture of the Day cetus-nasa uses NASA's API to get the Astronomy Picture of the Day. + +*Note*: If the returned media type is not image then cetus-nasa will only print +details & not try to set background. + ** Features - set APOD as background - fetch information on APOD @@ -31,6 +35,9 @@ cetus-nasa -random # set 2020-01-05 APOD as background cetus-nasa -date 2020-01-05 +# 2020-03-15 APOD is a video, cetus will only print details +cetus-nasa -date 2020-03-15 + # change api endpoint & api key cetus-nasa -api https://api.nasa.gov/planetary/apod \ -api-key DEMO_KEY |