https://github.com/lvthillo/iss-location
Python application which shows the current location of the ISS
https://github.com/lvthillo/iss-location
iss iss-location python3 space-station
Last synced: 10 months ago
JSON representation
Python application which shows the current location of the ISS
- Host: GitHub
- URL: https://github.com/lvthillo/iss-location
- Owner: lvthillo
- License: mit
- Created: 2018-10-30T18:46:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T09:53:18.000Z (over 7 years ago)
- Last Synced: 2025-06-04T08:17:36.413Z (about 1 year ago)
- Topics: iss, iss-location, python3, space-station
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iss-location
The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit.
The ISS is traveling at 7.66 km/s or 27,600 km/h.
With this application you can track the current location of the ISS.
Define your [Google API](https://developers.google.com/maps/documentation/embed/get-api-key) Key in `app.py`:
```
API_KEY = ''
```
Install the necessary modules:
```
$ pip3.6 install -r requirements.txt
$ python3.6 app.py
```
The browser will open and show above which villages or cities the ISS is circulating.
