apod.py 0.0.1

Last updated:

0 purchases

apod.py 0.0.1 Image
apod.py 0.0.1 Images
Add to Cart

Description:

apod.py 0.0.1

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.