NASA has provided spectators an abundance of space images that captivated people from around the world. You, too, can obtain images from NASA by using their API or directly parsing their Archive image repository. There are some sample code i had written where it will be able to return the JSON data to then pull…
Code
Pulling OMDB Data
We recently built a simple console application to pull data from the IMDb movie microservice website. It isn’t feature-rich, yet it will pull some simple data from this particular microservice architecture. you will have to clone and place your KEY into the program.cs file, then compile it prior to running the executable file inside bin…
