josecordaz / wndyr

Download images gathered by NASA's Curiosity, Opportunity, and Spirit rovers on Mars for specific date.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Codacy Badge Coverage

Download images gathered by NASA's Curiosity, Opportunity, and Spirit rovers on Mars for specific date.

Build executable binary

go build -o nasa && chmod +x nasa

Build Windows executable

go build -o nasa.exe

Running binary

./nasa YYYY-M-D

Running on Windows

nasa.exe YYYY-M-D

Example

Download images from 2020-Aug-6

./nasa 2020-8-6

Download images from 2020-Aug-6 on windows

nasa.exe 2020-8-6

About

Download images gathered by NASA's Curiosity, Opportunity, and Spirit rovers on Mars for specific date.


Languages

Language:Go 100.0%