/nasa-api

A python package that allows easy access to NASA's data APIs

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is a fork of a repo that provides a simple Python wrapper to interact with the NASA Data APIs. It does not cover what I needed, so I forked it to add what I do need.

Full documentation for the APIs is available on NASA's site, and named parameters here are the same as there.

Usage

Acquire an API key and set your API key as the NASA_API_KEY environment variable before using the API!

For further details, see original repo.