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
- Host: GitHub
- URL: https://github.com/stepanzubkov/nasa-apod-parser
- Owner: stepanzubkov
- License: mit
- Created: 2022-09-17T08:19:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T19:55:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T04:24:44.484Z (over 1 year ago)
- Language: Elixir
- Size: 3.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```