collinprice / gpx2js

Node module for converting GPX files to JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpx2js

A simple node.js package for converting GPX files to JSON.

Usage

var gpx2js = require('gpx2js');

gpx2js.convert('./demo.gpx', function(rv) {
    console.log(JSON.stringify(rv, null, 4));
});

About

Node module for converting GPX files to JSON.

License:MIT License


Languages

Language:JavaScript 100.0%