Skip to content

PrachiAgarwal19/iss-locator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISS-Locator

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.

Requirements

Used for the server side.

Used for the database.

To install the required libraries, run the following command:

npm i

Serving the app

To start serving ISS-Locator, do the following steps:

  • Run app.js

  • Navigate to localhost:3000 in your browser

Other libraries used

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.

API used

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

About

International Space Station locator made using wheretheiss.at's API and Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 60.0%
  • HTML 34.5%
  • CSS 4.6%
  • Shell 0.9%