yasoob / nrc-exporter

Download your runs data from Nike Run Club and convert it to GPX format that can be imported in other running apps.
https://yasoob.me/posts/reverse-engineering-nike-run-club-using-frida-android/
MIT License
116 stars 13 forks source link

Add: heart rate data for gpx #5

Closed yihong0618 closed 4 years ago

yihong0618 commented 4 years ago

You can test from my running data https://github.com/yihong0618/blog/tree/master/data/activities And hint: you can change the date to a future date like 2020-08-02 in gpx and upload to strava or runtastic to see if it is right or not

yasoob commented 4 years ago

I will test this later today and hopefully merge it in. Looks good on a cursory look.

yihong0618 commented 4 years ago

@yasoob Add single or mutiple NRC files support, also add mutiple folders support. See: image image

yihong0618 commented 4 years ago

@yasoob Done also change the Readme file.

yasoob commented 4 years ago

Thanks! Just merged it in.

yihong0618 commented 4 years ago

Thanks! Just merged it in.

Thank you~