Pythe1337N / garmin-connect

Makes it simple to interface with Garmin Connect to get or set any data point.
MIT License
144 stars 58 forks source link

how to work with reactjs #23

Open vitrinh282 opened 2 years ago

vitrinh282 commented 2 years ago

this lib is support in reactjs ? , i got error when login, it doesn't work

Pythe1337N commented 2 years ago

This package is only intended for back-end use and is not currently supported to use with react.js. You can wrap your app in next.js and use their backend methods for data fetching. I haven't tested this myself, but i can't se why it shouldn't work.