Closed NirbheekKumar closed 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 |
Hello @NirbheekKumar ,
Can you please add data in the .json
file.
Will merge this with level 3.
I have added data in .json file as Details.json in ISS
There is a mistake in your codebase due to json file.
Under Review !
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?
DO I HAVE TO ADD DATA TO THIS JSON FILE OF YOURS ?
I HAVE ADDED THE DATA IN backend/public/projects.json
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: @.***>
I have updated all the required things in json file and uploaded links of logo and images. Please check and merge it.
ThankYou
I have updated the json file as per the formate, please check and verify.
Any conflicts for this ? Please let me know
Do check and verify this updated files MERGE THIS PR
ThankYou
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")
Please check and verify this project and merge the pr
ThankYou
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