apod.py

a simple easy to use python wrapper for Nasa Astronomy Picture of the Day


License
MIT
Install
pip install apod.py==0.0.1

Documentation

Apod-py

A simple easy to use python wrapper for the "Astronomy Picture Of the Day" api.

Installation

pip install apod.py

Usage

import apod 
client = apod.Client("api_key") #replace "api key" with your api key
data = client.fetch() #this will return a json file
print(data) #will print the json file