This n8n workflow automates the process of collecting, processing, and updating various developer-related metrics on a dashboard. It runs every minute, retrieving data from multiple sources including Docker Hub, npm, GitHub, and Product Hunt, then formats and posts this data to a customizable dashboard server. The workflow begins with a cron trigger to schedule frequency, followed by data fetch nodes for each service. It includes multiple functions to format and clean the raw data for better readability and presentation. The formatted metrics are then sent via HTTP POST requests to update specific dashboard widgets such as Docker pulls, GitHub stars, npm scores, and Product Hunt ratings. This workflow is ideal for teams who want real-time insights into project health, community engagement, and software ecosystem statistics, ensuring dashboards stay current without manual intervention.
Automated Dashboard Update for Dev Metrics
Node Count | >20 Nodes |
---|---|
Nodes Used | cron, function, github, httpRequest, set |
Reviews
There are no reviews yet.