kf99916 / gpx-parser-builder

A simple gpx parser and builder between GPX string and JavaScript object
MIT License
22 stars 11 forks source link

Use of module code #4

Open themrcesi opened 4 years ago

themrcesi commented 4 years ago

I´m a member of one team of 6 university student who are developing a route management system application with React.

Some weeks ago we found your npm package and it perfectly works. However, when testing with Travis it happens the same problem mentioned in #3. The problem is related to the declaration of the module, so we tried your code in our application without using your npm module and it perfectly works in the tests. So it must be something related to the module itself, not to the code.

We will use your code in spite of not using your npm module for our project since we don´t have enough time to try to find a solution and doing a Pull Request. If you have any inconvenience just let me know it and we´ll not use your code.

Once we finish the project, if we have time, we´ll try to work on solving this problem.

kf99916 commented 4 years ago

Thank you for your detail comments 👍. I'll also try to fix the problem if I have time.