Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wrap-api/python-nasa

Repository files navigation

Python NASA

Unofficial Python Wrapper for NASA API. Full API Documentation https://api.nasa.gov/.

Install

pip install python-nasa

Usage

Basic Usage

from nasa import Client
# api_key = "Your API Key" Generate here https://api.nasa.gov/
client = Client(api_key)
apod = client.apod()

Get Image

from nasa import Client
# api_key = "Your API Key" Generate here https://api.nasa.gov/
client = Client(api_key)
apod_image = client.apod(get_image=True)

About

Unofficial Python Wrapper for NASA API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages