ISS Tracker main goal is to pin point, on a map, the International Space Station real time location.
The app uses the "Where The ISS at?" API to gather the ISS data.
It then implements the Leaflet library to display the data on a map.
To get a local copy up and running follow these simple steps.
VS Code or any other way to run a live local server.
Clone the repository
git clone git@github.com:Ricano/iss_tracker.git
Switch to the repo folder or open it in VSCode
cd iss_tracker
Run index.html
rename index.php to index.html and run it
use VSCode live server or doubleclick on the index.html file