Page 1 of 1

Loading the igc-parser

Posted: Thu Oct 08, 2020 9:00 am
by kevinmcisaac

I want to use this package, https://github.com/Turbo87/igc-parser but I can't figure out how to import or call it.


Re: Loading the igc-parser

Posted: Thu Oct 08, 2020 1:00 pm
by Galyna Abramovych

Hello,

This looks like something to be used with nodeJS library, therefore, by default, Appery.io supports them neither in the backend nor in the app itself.
However, this library is really simple and can be easily transferred to es5 (example: https://www.typescriptlang.org/play) and used in any backend/ application type (jqm/ionic).


Re: Loading the igc-parser

Posted: Thu Oct 08, 2020 10:17 pm
by kevinmcisaac

Thanks for the reply. I copied the code in to a method and got that working.


Re: Loading the igc-parser

Posted: Fri Oct 09, 2020 6:19 am
by Galyna Abramovych

Glad we could be of help!
And thanks for sharing your result!