NightSky

NightSky Used AI

7 devlogs
20h 54m
Created by Xarom _PL

NightSky is an app that lets you see what’s currently in the sky. It shows the real-time position of the International Space Station, the number of people in space, and other satellite-related data.

Timeline

Added a check to determine whether a satellite is a Starlink; if it is, additional Starlink-specific details are displayed. Applied a CSS style to this subpage. Added information about the Hubble Space Telescope and added information about the James Webb Space Telescope.

Update attachment

Added a new “Photo of the Day” section to the homepage, displaying a daily updated image. Implemented a search feature for quickly finding relevant data. Introduced automatic daily retrieval of information on all satellites from the Space-Track database, enabling detailed searches for any registered object using its NORAD ID.

Update attachment

Basic information about Tiangong (the Chinese space station) has been added. The data is currently static and not fetched from any API. General details have also been added for both the ISS and Tiangong, including their purpose and a representative image. The page header was updated, and a search bar has been introduced it doesn't have functionality yet, but the CSS styling is in place.

Update attachment

Added additional information about the astronauts currently aboard the ISS, including their portraits, country of origin, number of days spent in space, and the organization they work for. Future ISS missions now automatically highlight in green if the launch is scheduled for the current day. A new CSS style was applied to the entire subpage to improve visual consistency. Links to all APIs used in the application were added to the footer. A new subpage for the Chinese space station was also implemented and is now being rendered.

Update attachment

Added a live map showing the current location of the ISS, along with a blue line representing its path: 30 minutes into the past and 120 minutes into the future. A list of current crew members aboard the ISS has been added. Additional station data is now displayed, including its velocity, altitude, solar position (latitude and longitude), and recent space missions related to the ISS.

Update attachment

Added the main template for the website layout, along with a basic color palette to define the visual style. Implemented a fully functional footer, including complete styling and toggle logic in JavaScript. Generated a new Django SECRET_KEY to refresh security credentials. The header was updated with a navigation menu, styled with CSS and supported by JavaScript for interactivity.

Update attachment

Configured Django project

Update attachment