{"id":22160530,"url":"https://github.com/rozek/node-red-flow-steady","last_synced_at":"2026-02-02T10:09:34.170Z","repository":{"id":215100902,"uuid":"738121343","full_name":"rozek/node-red-flow-steady","owner":"rozek","description":"Node-RED Flow for the Steady API","archived":false,"fork":false,"pushed_at":"2024-01-02T14:23:31.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T07:04:44.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rozek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-02T13:26:32.000Z","updated_at":"2024-07-06T16:05:46.000Z","dependencies_parsed_at":"2024-01-02T14:50:34.060Z","dependency_job_id":"9f6e525c-d8d3-48e3-ba06-f40881f2c56b","html_url":"https://github.com/rozek/node-red-flow-steady","commit_stats":null,"previous_names":["rozek/node-red-flow-steady"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rozek/node-red-flow-steady","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-steady","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-steady/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-steady/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-steady/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rozek","download_url":"https://codeload.github.com/rozek/node-red-flow-steady/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-steady/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29009739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T08:40:12.472Z","status":"ssl_error","status_checked_at":"2026-02-02T08:40:10.926Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T04:08:26.731Z","updated_at":"2026-02-02T10:09:34.149Z","avatar_url":"https://github.com/rozek.png","language":null,"readme":"# node-red-flow-steady #\n\nNode-RED Flow for the Steady API\n\nThis repository contains a set of simple flows for the [Steady REST API](https://developers.steadyhq.com/). [Steady](https://steadyhq.com/en) is a monetarization platform similar to [Patreon](https://www.patreon.com) or [Buy-me-a-Coffee](https://www.buymeacoffee.com/). Using the flows from this repo, you may monitor and manage your subscriptions programmatically using Node-RED.\n\n![Steady Flows Screenshot](./Steady-Flows.png)\n\n## Installation ##\n\nThis section shows you how to install Node.js, Node-RED and the flows from this repository - feel free to skip the steps for those components you already installed before.\n\n### Node.js ###\n\n\"_[Node.js](https://nodejs.org/en) is a cross-platform, open-source server environment that can run on Windows, Linux, Unix, macOS, and more. Node.js is a back-end JavaScript runtime environment, runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser._\" (according to [Wikipedia](https://en.wikipedia.org/wiki/Node.js))\n\nStart by [installing Node.js](https://nodejs.org/en) as described on their web page.\n\n### Node-RED ###\n\n\"_[Node-RED](https://nodered.org/) is a flow-based, low-code development tool for visual programming developed originally by IBM..._\" (according to [Wikipedia](https://en.wikipedia.org/wiki/Node-RED)).\n\nIf not already done, install Node-RED as described on their \"[Get Started](https://nodered.org/#get-started)\" page.\n\n### Steady Flows ###\n\nFinally import the contents of file [Steady-Flows.json](https://raw.githubusercontent.com/rozek/node-red-flow-steady/master/Steady-Flows.json) into a new worksheet.\n\n## Configuration ##\n\n![Steady Configuration Flow Screenshot](./Steady-Configuration-Flow.png)\n\nThe [Steady REST endpoints](https://developers.steadyhq.com/#rest) require an \"API Key\" to be sent along with any request. This key can be found in your Steady \"Backend\" within the \"API\" section. Keep the key safe and do not publish it.\n\nNow import the contents of file [Steady-Configuration-Flow.json](https://raw.githubusercontent.com/rozek/node-red-flow-steady/master/Steady-Configuration-Flow.json) - either into the same worksheet as before or into a new one. Double click on the node labelled \"at start-up\" and copy your Steady API key into the \"payload\" input field.\n\nUpon every deployment (or whenever the Node-RED server is restarted), the API key will now be written into the context of all Steady flow nodes allowing them to access the Steady REST endpoints.\n\n## Examples ##\n\n![Steady Example Flows Screenshot](./Steady-Example-Flows.png)\n\nImporting the contents of file [Steady-Example-Flows.json](https://raw.githubusercontent.com/rozek/node-red-flow-steady/master/Steady-Example-Flows.json) will finally give you a few examples which can be used to test your setup and give you an idea of how the output of the Steady flows look like.\n\nYou are now ready to use the flows from this repository for your own purposes - e.g., for regularly monitoring your subscribers and your expected monthly income.\n\n## License ##\n\n[MIT License](LICENSE.md)\n","funding_links":["https://www.patreon.com","https://www.buymeacoffee.com/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozek%2Fnode-red-flow-steady","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozek%2Fnode-red-flow-steady","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozek%2Fnode-red-flow-steady/lists"}