@furkot/import-nmea

1.0.0 • Public • Published

NPM version Build Status Dependency Status

@furkot/import-nmea

Import NMEA files into Furkot.

Install

$ npm install --save @furkot/import-nmea

Usage

Use as a transform stream: pipe network responses, files etc..

const nmea = require('@furkot/import-nmea');
const { body } = await fetch('https://example.com/my.log');
const from = body.pipeThrough(new TextDecoderStream('ascii));
const trip = await nmea(from);

console.log(trip);

License

MIT © Damian Krzeminski

Readme

Keywords

Package Sidebar

Install

npm i @furkot/import-nmea

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.38 kB

Total Files

5

Last publish

Collaborators

  • pirxpilot
  • melitele