I’m now a fully fledged author on CPAN :)
My first contribution – WWW::Nike::NikePlus – a module that interfaces to the Nike+ running site which allows you to pull out all your run/goal/challenge data.
Go me.
I’m now a fully fledged author on CPAN :)
My first contribution – WWW::Nike::NikePlus – a module that interfaces to the Nike+ running site which allows you to pull out all your run/goal/challenge data.
Go me.
Comments are closed.
I’d love to use this code to download my running data. I’m not a Perl expert, but have some idea. I installed your module (and some prerequisites, and some prerequisites of prerequisites…) and it seems to run but I get just:
Use of uninitialized value $ENV(“TEMP”) in concatenation (.) or string at /usr/lib/perl5/site_perl/5.10/WWW/Nike/NikePlus.pm line 10.
Unable to connect to Nike+
Any hints? The first seems just to be a warning which I can live with if it is harmless. The second (obviously) is a killer. I used the e-mail address and password that work on the Nike website, and I tried both en_GB and en_uk for the locale (the former is what appears in teh URL when I log on via the website, the latter is in your example code).
Thanks for any help,
Nick Goldman
goldman@ebi.ac.uk
Which version of the module are you using?
Can you post your code that doesn’t work?