Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalvancarvalho/iss-tracker
Track the real-time location of the International Space Station!
https://github.com/dalvancarvalho/iss-tracker
geolocation google-maps leaflet real-time vanilla-javascript
Last synced: 5 days ago
JSON representation
Track the real-time location of the International Space Station!
- Host: GitHub
- URL: https://github.com/dalvancarvalho/iss-tracker
- Owner: dalvancarvalho
- License: mit
- Created: 2023-11-03T20:16:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T23:04:15.000Z (6 months ago)
- Last Synced: 2024-11-09T16:15:33.937Z (2 months ago)
- Topics: geolocation, google-maps, leaflet, real-time, vanilla-javascript
- Language: HTML
- Homepage: https://iss.dalvanc.com
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# International Space Station (ISS) Tracker
![vercel deployment status](https://vercelbadge.vercel.app/api/dalvancarvalho/personal-page)
![license type](https://img.shields.io/badge/license-MIT-blue)
## About
The **International Space Station (ISS) Tracker** is a simple vanilla JavaScript web application that tracks the real-time location of the ISS using a fetch call to a [publicly available API](https://wheretheiss.at/w/developer) and displays this location on an interactive map powered by [Leaflet](https://leafletjs.com/) and [Google](https://about.google/). Special thanks to [The Coding Train](https://thecodingtrain.com/) for the core concept that served as a foundation for this project.
## Features
- Real-time tracking of the International Space Station.
- Interactive map interface using Leaflet to display ISS location.
- Updated data every second.
- User-friendly and responsive design for easy use on various devices.## Usage
- The ISS Tracker will automatically fetch the ISS's current information and display its position on the map.
- You can zoom in, pan, and explore the map to track the ISS in real time.## Demo
Check out the live demo of the ISS Tracker [here](https://iss.dalvanc.com/).
## Contact
If you have any questions or suggestions, please feel free to contact me at [[email protected]](mailto:[email protected]).
## License
This project is licensed under the **MIT license**. You can read the full license by clicking on the link below:
**[📄 MIT License - ISS Tracker](./LICENSE)**
© 2024 **Dalvan Carvalho**