This simple project show current position of satellites (ISS for now only).
- Install required packaged:
npm install
- Copy
.env
file to.env.local
and set Google Maps API key.
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit