SyedImtiyaz-1 / GetTechProjects

Make your first Pull Request on this Repo. Don't forget to spread love and give us a ⭐️
https://preciousitservices.vercel.app
203 stars 223 forks source link

ADDED A PROJECT: Real Time INTERNATIONAL SPACE STATION Tracker with Astronaut On Board #904

Closed NirbheekKumar closed 4 months ago

NirbheekKumar commented 4 months ago

Project Overview: Real-time tracking of the International Space Station (ISS) with astronaut information.

Functionality: Real-Time Tracking: Provides up-to-date location data of the ISS in latitude and longitude Astronaut Information: Displays names of astronauts currently aboard the ISS.

Open APIs Used: ISS Location API: Retrieves real-time positional data of the ISS. Astronauts API: Fetches current crew information and astronaut names.

Features: Interactive Map: Visual representation of the ISS’s current location on a map. Live Updates: Continuous refresh of ISS position and astronaut details. User Interface: User-friendly interface to view ISS location and astronaut information.

Technical Stack: Pyhton and APIs: Integration of Open APIs for real-time data.

Use Cases: Educational: Enhances learning about space and the ISS. Public Engagement: Provides real-time space station tracking for enthusiasts. Research: Supports research in space exploration and astronaut activities.

STEPS TO IMPLEMENT FOR OTHER USERS TO RUN LOCALLY:-

UPDATE THE main.py FILE:-

display.bgpic("map.gif") # display.bgpic("ADD PATH OF map.gif AS PER YOUR DIRECTORY") display.register_shape("iss.gif") # display.register_shape("ADD PATH OF iss.gif AS PER YOUR DIRECTORY") iss.shape("iss.gif") # iss.shape("ADD PATH OF iss.gif AS PER YOUR DIRECTORY")

Basically adding the path of images of map.gif and iss.gif in main.py file as per your directory

WORKING IMAGES OF THE PROGRAM

Screenshot 2024-07-14 045606 Screenshot 2024-07-14 045633 Screenshot 2024-07-14 045822 Screenshot 2024-07-14 045532

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
precious-it-services ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 19, 2024 2:02pm
SyedImtiyaz-1 commented 4 months ago

Hello @NirbheekKumar , Can you please add data in the .json file.

Will merge this with level 3.

NirbheekKumar commented 4 months ago

I have added data in .json file as Details.json in ISS

SyedImtiyaz-1 commented 4 months ago

There is a mistake in your codebase due to json file.

Under Review !

NirbheekKumar commented 4 months ago

There is a mistake in your codebase due to json file.

  • You have to add it in the given json format, there is no need to create one.
  • Check backend/projects/.json

Under Review !

so i have to add .json in your backend/ projects.json?

NirbheekKumar commented 4 months ago

DO I HAVE TO ADD DATA TO THIS JSON FILE OF YOURS ?

Screenshot 2024-07-17 235928

NirbheekKumar commented 4 months ago

I HAVE ADDED THE DATA IN backend/public/projects.json

Screenshot 2024-07-18 002115

NirbheekKumar commented 4 months ago

I have added and updated the .json file in backend/public/projects.json

On Wed, Jul 17, 2024 at 11:29 PM Syed Imtiyaz Ali @.***> wrote:

There is a mistake in your codebase due to json file.

  • You have to add it in the given json format, there is no need to create one.
  • Check backend/projects/.json

Under Review !

— Reply to this email directly, view it on GitHub https://github.com/SyedImtiyaz-1/GetTechProjects/pull/904#issuecomment-2233899734, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCJ4DLQ5ZLIRQL62ORBLIB3ZM2WHFAVCNFSM6AAAAABK2VB4TSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZTHA4TSNZTGQ . You are receiving this because you were assigned.Message ID: @.***>

NirbheekKumar commented 4 months ago

I have updated all the required things in json file and uploaded links of logo and images. Please check and merge it.

ThankYou

NirbheekKumar commented 4 months ago

I have updated the json file as per the formate, please check and verify.

NirbheekKumar commented 4 months ago

Any conflicts for this ? Please let me know

NirbheekKumar commented 4 months ago

Do check and verify this updated files MERGE THIS PR

ThankYou

NirbheekKumar commented 4 months ago

HAVE UPDATE IN main.py FILE

STEPS TO IMPLEMENT FOR OTHER USERS TO RUN LOCALLY:-

display.bgpic("map.gif") # display.bgpic("ADD PATH OF map.gif AS PER YOUR DIRECTORY")

display.register_shape("iss.gif") # display.register_shape("ADD PATH OF iss.gif AS PER YOUR DIRECTORY")

iss.shape("iss.gif") # iss.shape("ADD PATH OF iss.gif AS PER YOUR DIRECTORY")

NirbheekKumar commented 4 months ago

Please check and verify this project and merge the pr

ThankYou