Skip to content

EwelinaKi/isstracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

ISSTRACKER

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

isstracker

Project setup

yarn install

Setup API keys

Create an .env with your Google Map API key:

VUE_APP_GM_API_KEY=...

Compile (with hot reload in development mode)

yarn run serve

Compile and minify for production

yarn run build

Lint and fix files

yarn run lint

Run unit tests

yarn run test:unit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors