kpoeltler / astronomy-flashcard-app

front side of card displays an astronomical object and the backside of the card reveals facts about the object
2 stars 2 forks source link

APOD API #4

Closed kpoeltler closed 6 years ago

kpoeltler commented 6 years ago

Using the APOD API -https://api.nasa.gov/api.html -see what the data looks like at https://api.nasa.gov/index.html#live_example -read the documentation to find out which parameters we can get from the Ajax request. -parse the images -importing the APOD data into the MySQL database. -need at least 365 pictures coupled with its matching data/description. If the picture does not have a description one will be written for it and added to the database

kpoeltler commented 6 years ago

the api key and ajax call works