/apodfetch

apodfetch is a simple script that get the Astronomy Picture of the Day (APOD) from NASA API in a terminal using RGB ANSI codes and unicode block graphics characters.

Primary LanguageShellMIT LicenseMIT

apodfetch

apodfetch is a simple script that get the Astronomy Picture of the Day (APOD) from NASA API in a terminal using RGB ANSI codes and unicode block graphics characters.

Getting started 📡

  1. You need sudo and git to run the installer
  2. git clone https://github.com/beamop/apodfetch.git
  3. cd apodfetch/
  4. sudo chmod a+x install.sh
  5. Update apiKey variable in apodfetch.sh
  6. ./install.sh

Now you can execute apodfetch in your terminal 😃

Thanks to

  1. Stefan Haustein (TerminalImageViewer)