From 31883a44c2f9ade519a9e523f54677acfb62631e Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Sat, 11 Dec 2021 00:45:46 -0300 Subject: [PATCH] Remove NASA APOD official and unofficial NASA APOD (official API) is already included in NASA NASA APOD (unofficial API) is a mirror of NASA APOD --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8182cc71..cf5135dc 100644 --- a/README.md +++ b/README.md @@ -1348,8 +1348,6 @@ API | Description | Auth | HTTPS | CORS | | [Minor Planet Center](http://www.asterank.com/mpc) | Asterank.com Information | No | No | Unknown | | [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | No | | [NASA ADS](https://ui.adsabs.harvard.edu/help/api/api-docs.html) | NASA Astrophysics Data System | `OAuth` | Yes | Yes | -| [NASA APOD (official API)](https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY) | Official API for getting APOD (Astronomy Image of the Day) images along with metadata | `apiKey` | Yes | No | -| [NASA APOD (unofficial API)](https://apodapi.herokuapp.com/) | API for getting APOD (Astronomy Image of the Day) images along with metadata | No | Yes | No | | [Newton](https://newton.vercel.app) | Symbolic and Arithmetic Math Calculator | No | Yes | No | | [Noctua](https://api.noctuasky.com/api/v1/swaggerdoc/) | REST API used to access NoctuaSky features | No | Yes | Unknown | | [Numbers](https://math.tools/api/numbers/) | Number of the day, random number, number facts and anything else you want to do with numbers | `apiKey` | Yes | No |