Skip to content

Commit

Permalink
Add tonic example
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Feb 11, 2016
1 parent f97aa24 commit 5f7b01b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const nmea = require('node-nmea');

const raw = '$GPRMC,194329.000,A,3321.6735,S,07030.7640,W,0.00,0.00,090216,,,A*6C';
const data = nmea.parse(raw);

0 comments on commit 5f7b01b

Please sign in to comment.