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

https://github.com/stepanzubkov/nasa-apod-parser

NASA "A picture of the day" parser and downloader
https://github.com/stepanzubkov/nasa-apod-parser

Last synced: 11 months ago
JSON representation

NASA "A picture of the day" parser and downloader

Awesome Lists containing this project

README

          

# NasaApodParser

NASA Apod parser & downloader built with Elixir end compiled with escript.

## Installation

### Linux (Debian-based)

TODO: Add deb package to releases

### Advanced build (or Windows)

Install Erlang/OTP and Elixir

Clone repo

```
git clone https://github.com/Stepan-Zubkov/nasa-apod-parser.git
```

Go to project dir

```
cd nasa-apod-parser
```

Get dependencies

```
mix deps.get
```

Build package with escript

```
mix escript.build
```

Done! Run executable file

```
./nasa_apod_parser --help
```

or

```
escript nasa_apod_parser --help
```