Skip to content

A project aimed at consuming the Where is ISS? api to track the current position of International Space Station.

Notifications You must be signed in to change notification settings

YavishtGupta/ISS-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISS Tracker

This project aims to create a website which tracks the live position of the Internation Space Station using this API.

Issues:

  • Call the api to get data and print it in console.
  • Explore option in Leaflet.js docs to make map more interactive.
  • Center the div containing the map.
  • Add styling and css to the page to make it look better.
  • Add a pointer to the map based on a location.
  • Call the API every 3 seconds and update the pointer position to make the space station look like its moving.
  • Change the default pointer icon to ISS png image (any image will work 15*15 px).

Feel free to raise any more issues or add more features to the project. You can even update this readme file and make it look better.

Contributing

  • Fork this repo
  • Clone the forked repo
  • Create a new branch with your name
  • Make changes to the code
  • Commit (commit message format - "your name - changes you made") and push the changes
  • Open a pull request and mention the changes/features you added.

Example

  • Take inspiration from here.
  • Your design and code should not be copied from this else PR will be rejected.

About

A project aimed at consuming the Where is ISS? api to track the current position of International Space Station.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.5%
  • HTML 26.0%
  • CSS 3.5%