gpx-for-runners
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "gpx-for-runners", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A GPX file parser for runners.", | ||
@@ -5,0 +5,0 @@ "main": "lib/gpx.min.js", |
# GPX parser for runners | ||
This is a simple GPX parser for runners who want to parse their gpx files from Nike+, Garmin connect or similar services. The parser only works with trackpoints for now. | ||
[![Build Status](https://travis-ci.org/timbenniks/gpx-for-runners.svg?branch=master)](https://travis-ci.org/timbenniks/gpx-for-runners) | ||
See it in action here: http://timbenniks.nl/garmin-vs-nike.html | ||
## How to use... | ||
@@ -98,2 +102,2 @@ The module expects a string of gpx data. It does not have a fetch feature. | ||
### Build | ||
`npm run build` | ||
`npm run build` |
@@ -98,3 +98,3 @@ /** | ||
/** | ||
* Returns humanized time for miliseconds. | ||
* Returns formatted time for milliseconds. | ||
* @param {string} duration Duration in milliseconds | ||
@@ -101,0 +101,0 @@ * @return {string} Readable time |
@@ -32,7 +32,7 @@ var webpack = require( 'webpack' ), | ||
exclude: /(node_modules|bower_components)/ | ||
},{ | ||
}/*,{ | ||
test: /(\.jsx|\.js)$/, | ||
loader: "eslint-loader", | ||
exclude: /node_modules/ | ||
}] | ||
}*/] | ||
}, | ||
@@ -39,0 +39,0 @@ resolve: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150632
19
103