I have been going through this node tutorial regarding GPS usage for real-time data gathering. In this example it uses an external GPS device to get the data and display on dashboard screen.
//file path: GPS.js/examples/dashboard/server.js
const file = '/dev/tty.usbmodem1421';
is there a way to use my mobile phone or laptops integrated GPS instead of external device.