Skip to content

An app I made to collect data relating to the location of the ISS and save it to Postgres

Notifications You must be signed in to change notification settings

CodyNicholson/ISS_Tracking_Project

Repository files navigation

ISS Tracking Project

In this project I created an ETL app and a front-end Python Flask app to display the location of the International Space Station in real-time. The ETL app calls four APIs every minute to get the location of the International Space Station, the weather at that location, the country information at that location, and finally a random number fact. The Flask app displays a map using Leaflet.js with a maker for each datapoint. The Flask app and Postgres database are deployed using Heroku.