This application uses the wheretheiss.at API to fetch and display the latest as well as historical positions of the ISS.
Google Maps API has been used to show markers on a map.
The application is built with Vue.js, Vuex (for the data store) and bundled with webpack.
Tests are written in Jest.
ISSTracker has been deployed with Netifly
yarn install
Create an .env with your Google Map API key:
VUE_APP_GM_API_KEY=...
yarn run serve
yarn run build
yarn run lint
yarn run test:unit