How to add auto GPS location check

How can add automatically checking GPS location in Ionic/Angular mobile app?
Get current GPS location in some time interval (eg.every 1 min). And store this latitude/longitude info into local-storage or push it to modal.
Pls has anybody some approach or piece of code?

… I mean, how get GPS location and update it autonatically every 1min interval.

Hi,
check that plugin http://ionicframework.com/docs/v2/native/backgroundgeolocation/

Dani