avmesquita / getNasaImages

Console App .NET Core to get Nasa APOD from Nasa API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getNasaImages

.net console application to get NASA APOD picture.

If executed without parameters get only APOD picture.

You can download last X days passing it to console like:

getNasaImages.exe 10

All images will be saved at .\images\ folder.

Branch IPFS use a IPFS local server to get all images from nasa and send directly to IPFS.

https://ipfs.io/ipfs/QmYefDVSqtrG2jtbRx9zMoza6R3iEcyfFnQqj1xqFBaLfN

APOD is 25 Years Old Today (6/16/2020)

Each congratulates APOD's birthday in its own way. Mine was to generate a small .net core application to extract one or more images from the vast collection of the last 25 years.

--

Welcome to the quadranscentennial year of the Astronomy Picture of the Day. Perhaps a source of consistency for some, APOD is still here. To help celebrate APOD's Silver Anniversary, some of APOD's TVAoTaSMD have recorded a birthday greeting and thanks to...

About

Console App .NET Core to get Nasa APOD from Nasa API

License:GNU General Public License v3.0


Languages

Language:C# 100.0%