Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xxczaki/nasa-cli

🚀 Download NASA Picture of the Day from your terminal!
https://github.com/xxczaki/nasa-cli

apod nasa nasa-apod nasa-astronomy-picture nasa-cli nodejs npm package potd simple star xo xo-style

Last synced: 2 months ago
JSON representation

🚀 Download NASA Picture of the Day from your terminal!

Awesome Lists containing this project

README

        



NASA CLI


🚀 Download NASA Picture of the Day from your terminal!



npm Package Build Status XO Code Style
Mentioned in Awesome CLI Apps



Picture of the Day!

## Installation

```
npm i -g nasa-cli
```


## Usage

``` bash
# Download Picture of the Day

$ nasa -t

# Download Picture of the Day from the specific date

$ nasa -d YYMMDD

# Examples:

$ nasa -t

$ nasa -d 171224
```

## How it works?

It downloads the latest Picture of the Day (or from specific date) from [NASA APOD](https://apod.nasa.gov/apod/) and saves it on your computer (in the directory, where terminal is executed :unicorn:).

## Thanks:

- [NASA APOD :rocket:](https://apod.nasa.gov/apod/) for providing marvelous space photos every day!

## Disclaimer

NASA CLI is not affiliated with National Aeronautics and Space Administration.

## License

MIT

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fxxczaki%2Fnasa-cli.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fxxczaki%2Fnasa-cli?ref=badge_large)