selaias / meteor-fit-api

Fitness API support for Runkeeper, Strava, MapMyFitness, UnderArmour, Fitbit.
3 stars 1 forks source link

Supported apis #1

Open ryanbuiltthat opened 8 years ago

ryanbuiltthat commented 8 years ago

Is RunKeeper the only supported API at this time?

selaias commented 8 years ago

Currently only Runkeeper and Strava are supported, with Runkeeper having also some patterns on endpoints for schema validations. the idea is to have all endpoints with all patterns for as many Fitness APIs I can get.

ryanbuiltthat commented 8 years ago

I've got some of the fitbit endpoints working in general, what I'm having a hard time doing is getting the Oauth access through fitbit using meteor. I would gladly help out with the Fitbit API if you could help navigate the oauth puzzle.

selaias commented 8 years ago

are you using the selaias:accounts-fitbit package? what is the problem?