Build a Python App to Alert You When Asteroids Are Close to Earth
Being alerted when asteroids are close to Earth is crucial for several reasons: When you woke up one morning thinking about Armageddon and how fragile we are as a planet if an asteroid comes our way. I am also intrigued by exploring space and the technologies available from my desk. I will show you how to combine two APIs to be alerted via SMS when an asteroid is passing nearby (relatively speaking). NASA OpenAPI The first resource is NASA’s open API portal. You could use tons of great interfaces for your ideas, but the one that interests me, in this case,…
Share