ISS-Locator uses the wheretheiss.at API to geolocate the International Space Station in real time.
This project was inspired by Daniel Shiffman and Where the ISS at.
Used for the server side.
Used for the database.
To install the required libraries, run the following command:
npm i
To start serving ISS-Locator, do the following steps:
-
Run
app.js -
Navigate to
localhost:3000in your browser
These are the libraries that were used in the HTML. Without them the project would'nt be possible to be made!
There is no need to install them because are already imported with jsDelivr and unpkg in the HTML.
Map interface.
The actual map engine that displays the visuals.
Used for the styling.
Where the ISS at's API actually provides all the data used for the project!
You can find all the information on how to use it here: https://wheretheiss.at/w/developer