UI Deploy

Curated, Short, Web UI Dev we Love.

A GPS parser library for node

GPS.js is a stream parser for NMEA sentences, given by any common GPS receiver. The output is tried to be as high-level as possible.

The interface of GPS.js is as simple as the following few lines. You need to add an event-listener for the completion of the task and invoke the update method with a sentence you want to process. There are much more examples in the examples folder.

view source

Advertisement