How to sync starred GitHub repos to Raindrop via NodeRED

The following flow syncs starred repos of a GitHub user to Raindrop.io every 10min and on trigger: “Every 10min” is a cron trigger node that fires every 10min. “timestamp” is an inject node for triggering the flow manually. “Starred repos for foosel” is an HTTP GET request against https://api.github.com/users/foosel/starred, set to return an object parsed from the response JSON. Change foosel to your own username. The “Preprocess” function node has this source:...

June 16, 2022 · 1 min
Mastodon