Hi
I’m new to this forum, but I think I’ll post my coming projects regularly here. Today it’s not a hardware project, but a GPS/NMEA implementation in JavaScript for node.js. I spent quite some time on the lib and wanted to make it as easy as possible to work with GPS information, without going the same path of implementing all these details over and over again. The docs and examples are quite extensive.
https://github.com/infusion/GPS.js
or simply:
npm install gps
Robert