apod.py 0.0.1

Creator: coderz1093

Last updated:

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.