Skip to content

zlimteck/isstracking-react

Repository files navigation

ISS Tracking

Vercel GitHub issues GitHub forks GitHub stars GitHub license

ISS Tracker is a React application that displays the current position of the International Space Station (ISS) on a Leaflet map and provides information on past and upcoming expeditions to the ISS. The app utilizes the Where The ISS At API to retrieve the ISS's current location and the ISS Tracking API to retrieve expedition data. The map is powered by Mapbox, and a Mapbox access token is required to use the app.

Features

  • Real-time tracking of the ISS on a map
  • Information on past and upcoming expeditions to the ISS
  • Responsive design for optimal viewing on different devices

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm (included with Node.js)
  • Mapbox access token - create a free account at Mapbox to obtain a token

Installation

  1. Clone the repository:

git clone https://github.com/zlimteck/isstracking-react.git

  1. Navigate to the project directory:

cd isstracking-react

  1. Create a .env file in the root of the project and add your Mapbox access token:

REACT_APP_TOKEN_KEY=your_mapbox_access_token

  1. Install the dependencies:

npm install

  1. Start the development server:

npm start

The app will now be running on http://localhost:3000.

Built With

  • React - JavaScript library for building user interfaces

  • Leaflet - Open-source JavaScript library for interactive maps

  • Mapbox - Mapping platform for custom designed maps

  • Where The ISS At API - API for retrieving the current location of the ISS

  • ISS Tracking API - API for retrieving expedition data

Releases

No releases published

Packages

No packages published