Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 902 Bytes

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