Skip to content

Live International Space Station movement on world map

Notifications You must be signed in to change notification settings

niyazed/iss_locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot.png

International Space Station Tracker

See Live - https://niyazed.github.io/iss_locator/

Data Fetching Snippet -

Data Source

Get the space station data in realtime from this link - https://api.wheretheiss.at/v1/satellites/25544

{
    "name": "iss",
    "id": 25544,
    "latitude": 50.11496269845,
    "longitude": 118.07900427317,
    "altitude": 408.05526028199,
    "velocity": 27635.971970874,
    "visibility": "daylight",
    "footprint": 4446.1877699772,
    "timestamp": 1364069476,
    "daynum": 2456375.3411574,
    "solar_lat": 1.3327003598631,
    "solar_lon": 238.78610691196,
    "units": "kilometers"
}

Releases

No releases published

Packages

No packages published

Languages