Skip to content

mongru/Where_is_ISS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where is ISS?

Single page app built with ReactJS v 15.4

Demo

Click here

Preview

How the app works

The app provides information about the current location of the International Space Station based on data from wheretheiss.at REST API and Google Reverse Geocoding API or LocationIq Reverse Geocoding API.

The app renders a simple welcome screen with a single call-to-action button. Once you click the button, API calls are sent and the formatted response is displayed in the modal. The app is fully responsive and was designed using the mobile first approach.

Built with

& + Webpack to bundle together all of the above.

API Reference

Installing

For local changes and edits clone or download this repo.

git clone https://github.com/mongru/Where_is_ISS.git

Then:

cd Where_is_ISS

run

npm install

and:

npm start

& navigate to https://localhost:3001/

Have fun editing!

  • design & code Monika Grubizna