Skip to content

Commit 5294c0c

Browse files
authored
Update projects.html
1 parent efe1825 commit 5294c0c

1 file changed

Lines changed: 228 additions & 0 deletions

File tree

projects.html

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,132 @@
5151
]
5252
},
5353
"hasPart": [
54+
{
55+
"@type": "CreativeWork",
56+
"@id": "https://github.com/operacoesicaiu/worker-google-auth",
57+
"name": "Google Auth Worker",
58+
"description": "Orchestration entry point for API integration hub. Generates Google OAuth access tokens and triggers downstream workers via GitHub Actions.",
59+
"url": "https://github.com/operacoesicaiu/worker-google-auth",
60+
"image": "https://pklavc.github.io/images/Lavc.png",
61+
"author": {
62+
"@type": "Person",
63+
"name": "Patrick Araujo"
64+
},
65+
"dateCreated": "2024-01-01",
66+
"keywords": "API Integration, OAuth, Google Auth, GitHub Actions, Automation",
67+
"programmingLanguage": "JavaScript",
68+
"license": "MIT",
69+
"interactionStatistic": {
70+
"@type": "InteractionCounter",
71+
"interactionType": "https://schema.org/WatchAction",
72+
"userInteractionCount": 0
73+
}
74+
},
75+
{
76+
"@type": "CreativeWork",
77+
"@id": "https://github.com/operacoesicaiu/worker-zoho-integration",
78+
"name": "Zoho Integration Worker",
79+
"description": "Retrieves records from Zoho Creator API and synchronizes mapped data to Google Sheets with secure handling.",
80+
"url": "https://github.com/operacoesicaiu/worker-zoho-integration",
81+
"image": "https://pklavc.github.io/images/Lavc.png",
82+
"author": {
83+
"@type": "Person",
84+
"name": "Patrick Araujo"
85+
},
86+
"dateCreated": "2024-02-01",
87+
"keywords": "API Integration, Zoho Creator, Google Sheets, Data Synchronization",
88+
"programmingLanguage": "JavaScript",
89+
"license": "MIT",
90+
"interactionStatistic": {
91+
"@type": "InteractionCounter",
92+
"interactionType": "https://schema.org/WatchAction",
93+
"userInteractionCount": 0
94+
}
95+
},
96+
{
97+
"@type": "CreativeWork",
98+
"@id": "https://github.com/operacoesicaiu/worker-hablla-integration",
99+
"name": "Hablla Integration Worker",
100+
"description": "Fetches Hablla cards, attendance, and client data, processes and pushes to Google Sheets with duplicate removal.",
101+
"url": "https://github.com/operacoesicaiu/worker-hablla-integration",
102+
"image": "https://pklavc.github.io/images/Lavc.png",
103+
"author": {
104+
"@type": "Person",
105+
"name": "Patrick Araujo"
106+
},
107+
"dateCreated": "2024-03-01",
108+
"keywords": "API Integration, Hablla API, Google Sheets, Data Processing",
109+
"programmingLanguage": "JavaScript",
110+
"license": "MIT",
111+
"interactionStatistic": {
112+
"@type": "InteractionCounter",
113+
"interactionType": "https://schema.org/WatchAction",
114+
"userInteractionCount": 0
115+
}
116+
},
117+
{
118+
"@type": "CreativeWork",
119+
"@id": "https://github.com/operacoesicaiu/worker-zenvia-integration",
120+
"name": "Zenvia Integration Worker",
121+
"description": "Consumes Zenvia call reporting API and writes filtered call records to Google Sheets.",
122+
"url": "https://github.com/operacoesicaiu/worker-zenvia-integration",
123+
"image": "https://pklavc.github.io/images/Lavc.png",
124+
"author": {
125+
"@type": "Person",
126+
"name": "Patrick Araujo"
127+
},
128+
"dateCreated": "2024-04-01",
129+
"keywords": "API Integration, Zenvia Voice API, Google Sheets, Call Reporting",
130+
"programmingLanguage": "JavaScript",
131+
"license": "MIT",
132+
"interactionStatistic": {
133+
"@type": "InteractionCounter",
134+
"interactionType": "https://schema.org/WatchAction",
135+
"userInteractionCount": 0
136+
}
137+
},
138+
{
139+
"@type": "CreativeWork",
140+
"@id": "https://github.com/operacoesicaiu/worker-sige-auth",
141+
"name": "SIGE Integration Worker",
142+
"description": "Integrates SIGE ERP orders with Google Sheets, generating consolidated billing datasets.",
143+
"url": "https://github.com/operacoesicaiu/worker-sige-auth",
144+
"image": "https://pklavc.github.io/images/Lavc.png",
145+
"author": {
146+
"@type": "Person",
147+
"name": "Patrick Araujo"
148+
},
149+
"dateCreated": "2024-05-01",
150+
"keywords": "API Integration, SIGE ERP, Google Sheets, Billing",
151+
"programmingLanguage": "JavaScript",
152+
"license": "MIT",
153+
"interactionStatistic": {
154+
"@type": "InteractionCounter",
155+
"interactionType": "https://schema.org/WatchAction",
156+
"userInteractionCount": 0
157+
}
158+
},
159+
{
160+
"@type": "CreativeWork",
161+
"@id": "https://github.com/lojadosapo/worker-omie-integration",
162+
"name": "Omie Integration Worker",
163+
"description": "Fetches sales orders and product data from Omie ERP API and synchronizes to Google Sheets.",
164+
"url": "https://github.com/lojadosapo/worker-omie-integration",
165+
"image": "https://pklavc.github.io/images/Lavc.png",
166+
"author": {
167+
"@type": "Person",
168+
"name": "Patrick Araujo"
169+
},
170+
"dateCreated": "2024-06-01",
171+
"keywords": "API Integration, Omie ERP, Google Sheets, Sales Data",
172+
"programmingLanguage": "JavaScript",
173+
"license": "MIT",
174+
"interactionStatistic": {
175+
"@type": "InteractionCounter",
176+
"interactionType": "https://schema.org/WatchAction",
177+
"userInteractionCount": 0
178+
}
179+
},
54180
{
55181
"@type": "CreativeWork",
56182
"@id": "https://github.com/PkLavc/codepulse-monorepo",
@@ -336,6 +462,108 @@ <h2>Featured <span class="color">Projects</span></h2>
336462

337463
<div class="projects-content-wrapper" aria-label="Project grid">
338464
<div class="projects-grid">
465+
<div class="project-card">
466+
<div class="project-header">
467+
<span class="project-category">API Integration</span>
468+
<span class="project-tech">JavaScript • GitHub Actions • OAuth</span>
469+
</div>
470+
<h3>Google Auth Worker</h3>
471+
<p>Orchestration entry point for API integration hub. Generates Google OAuth access tokens and triggers downstream workers via GitHub Actions.</p>
472+
<div class="project-features">
473+
<span>Automation</span>
474+
<span>OAuth</span>
475+
<span>GitHub Actions</span>
476+
</div>
477+
<div class="project-actions">
478+
<a href="https://github.com/operacoesicaiu/worker-google-auth" target="_blank" class="project-link" style="color: var(--clr-primary);">View on GitHub</a>
479+
</div>
480+
</div>
481+
482+
<div class="project-card">
483+
<div class="project-header">
484+
<span class="project-category">API Integration</span>
485+
<span class="project-tech">JavaScript • GitHub Actions • Google Sheets</span>
486+
</div>
487+
<h3>Zoho Integration Worker</h3>
488+
<p>Retrieves records from Zoho Creator API and synchronizes mapped data to Google Sheets with secure handling.</p>
489+
<div class="project-features">
490+
<span>Data Sync</span>
491+
<span>Zoho Creator</span>
492+
<span>Automation</span>
493+
</div>
494+
<div class="project-actions">
495+
<a href="https://github.com/operacoesicaiu/worker-zoho-integration" target="_blank" class="project-link" style="color: var(--clr-primary);">View on GitHub</a>
496+
</div>
497+
</div>
498+
499+
<div class="project-card">
500+
<div class="project-header">
501+
<span class="project-category">API Integration</span>
502+
<span class="project-tech">JavaScript • GitHub Actions • Google Sheets</span>
503+
</div>
504+
<h3>Hablla Integration Worker</h3>
505+
<p>Fetches Hablla cards, attendance, and client data, processes and pushes to Google Sheets with duplicate removal.</p>
506+
<div class="project-features">
507+
<span>Data Processing</span>
508+
<span>Hablla API</span>
509+
<span>Automation</span>
510+
</div>
511+
<div class="project-actions">
512+
<a href="https://github.com/operacoesicaiu/worker-hablla-integration" target="_blank" class="project-link" style="color: var(--clr-primary);">View on GitHub</a>
513+
</div>
514+
</div>
515+
516+
<div class="project-card">
517+
<div class="project-header">
518+
<span class="project-category">API Integration</span>
519+
<span class="project-tech">JavaScript • GitHub Actions • Google Sheets</span>
520+
</div>
521+
<h3>Zenvia Integration Worker</h3>
522+
<p>Consumes Zenvia call reporting API and writes filtered call records to Google Sheets.</p>
523+
<div class="project-features">
524+
<span>Call Reporting</span>
525+
<span>Zenvia API</span>
526+
<span>Data Sync</span>
527+
</div>
528+
<div class="project-actions">
529+
<a href="https://github.com/operacoesicaiu/worker-zenvia-integration" target="_blank" class="project-link" style="color: var(--clr-primary);">View on GitHub</a>
530+
</div>
531+
</div>
532+
533+
<div class="project-card">
534+
<div class="project-header">
535+
<span class="project-category">API Integration</span>
536+
<span class="project-tech">JavaScript • GitHub Actions • Google Sheets</span>
537+
</div>
538+
<h3>SIGE Integration Worker</h3>
539+
<p>Integrates SIGE ERP orders with Google Sheets, generating consolidated billing datasets.</p>
540+
<div class="project-features">
541+
<span>Billing</span>
542+
<span>SIGE ERP</span>
543+
<span>Data Sync</span>
544+
</div>
545+
<div class="project-actions">
546+
<a href="https://github.com/operacoesicaiu/worker-sige-auth" target="_blank" class="project-link" style="color: var(--clr-primary);">View on GitHub</a>
547+
</div>
548+
</div>
549+
550+
<div class="project-card">
551+
<div class="project-header">
552+
<span class="project-category">API Integration</span>
553+
<span class="project-tech">JavaScript • GitHub Actions • Google Sheets</span>
554+
</div>
555+
<h3>Omie Integration Worker</h3>
556+
<p>Fetches sales orders and product data from Omie ERP API and synchronizes to Google Sheets.</p>
557+
<div class="project-features">
558+
<span>Sales Data</span>
559+
<span>Omie ERP</span>
560+
<span>Automation</span>
561+
</div>
562+
<div class="project-actions">
563+
<a href="https://github.com/lojadosapo/worker-omie-integration" target="_blank" class="project-link" style="color: var(--clr-primary);">View on GitHub</a>
564+
</div>
565+
</div>
566+
339567
<div class="project-card">
340568
<div class="project-header">
341569
<span class="project-category">Full-Stack Engineering</span>

0 commit comments

Comments
 (0)