Skip to content

heleon19/node-red-contrib-endomondo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-endomondo-api

A node to get workouts from Endomondo

The workout sets the following properties of msg.payload:

  • id - The ID of the workout
  • type - The type of the activity
  • duration - Duration of the activity in seconds
  • distance - Distance of activity
  • calories - Calories burned during activity in kilocalories
  • startime - JavaScript Date object representing the start time of the activity

Additional data msg.data are provided:

  • auth - Session authentification
  • workouts - Array of a overview all workouts
  • workout - Detailed workout, selected by configured index

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published