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
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