Skip to content

Commit 5f7b01b

Browse files
committed
Add tonic example
1 parent f97aa24 commit 5f7b01b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

example.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const nmea = require('node-nmea');
2+
3+
const raw = '$GPRMC,194329.000,A,3321.6735,S,07030.7640,W,0.00,0.00,090216,,,A*6C';
4+
const data = nmea.parse(raw);

0 commit comments

Comments
 (0)