Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prakhar1144/track-s
A website to track the live position of International space station , to get the info about when you can catch it at your location and some interesting weekly blogs.
https://github.com/prakhar1144/track-s
django leafletjs open-notify spaceflightnewsapi
Last synced: 24 days ago
JSON representation
A website to track the live position of International space station , to get the info about when you can catch it at your location and some interesting weekly blogs.
- Host: GitHub
- URL: https://github.com/prakhar1144/track-s
- Owner: prakhar1144
- Created: 2020-09-09T10:51:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T11:29:41.000Z (over 3 years ago)
- Last Synced: 2024-11-23T13:45:55.740Z (about 1 month ago)
- Topics: django, leafletjs, open-notify, spaceflightnewsapi
- Language: Python
- Homepage: http://tracks.pythonanywhere.com
- Size: 3.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Track-S
Track the Space Station
A website developed out of my curosity towards International Space Station
Homepage
Features
* **Live Position**
* **At Your Location**
* **Weekly Blogs**
Live Position
This Feature tells the current position of Space Station on an interactive map, refreshes every 5 second
* I have used API endpoints provided by **Open-notify** to get the live latitude and longitude of Space Station as json response.
* Used the **leaflet.js** javascript Library for interactive map.
* Used the json response (lat, lon) to put the marker on the map which updates in a animated way every 5 second.
At your location
This Feature tells the schedule at which you can spot the Space Station from your location with naked eye in clear sky.
* Used **leaflet.js** javascript library for interactive map.
* When a user clicks at a location in the map, data (lat, lon) is collected of that location
* GET request is sent to **Open-notify** with lat,lon as parameter to get the schedule.
Weekly Blog
* Data is Fetched from **spaceflightnewsapi** using the public API