From a3979c78501e44621d0e904dcb662fd3a29a4721 Mon Sep 17 00:00:00 2001 From: Averon <77922089+TheAveron@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:33:38 +0200 Subject: [PATCH] Adding a short descripiton --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4c0accc..9d5b103 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # ISS-explorer + +This site his my final project to the Harvard's CS50 course. + +This is a website made in python 3.12 with Flask that shows the current position of the iss around the world and it future trajectory. + +There is also some complementary informations, like the crew actually on board, the speed, the altitude, and a calculator of the next three passes near your location (needs you to allow acces to geolocation of course).