{"id":18761452,"url":"https://github.com/rustlanges/cfworker-newsletter","last_synced_at":"2026-05-15T18:32:17.635Z","repository":{"id":248465230,"uuid":"828655533","full_name":"RustLangES/cfworker-newsletter","owner":"RustLangES","description":"Sistema de notificaciones por correo","archived":false,"fork":false,"pushed_at":"2025-07-24T19:19:34.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T05:16:49.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","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/RustLangES.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-14T19:51:19.000Z","updated_at":"2025-07-24T19:19:38.000Z","dependencies_parsed_at":"2024-07-15T05:48:28.826Z","dependency_job_id":"a21cb67b-f838-4d77-bd92-da84c281f79c","html_url":"https://github.com/RustLangES/cfworker-newsletter","commit_stats":null,"previous_names":["rustlanges/cfworker-newsletter"],"tags_count":0,"template":false,"template_full_name":"RustLangES/cfworker-template","purl":"pkg:github/RustLangES/cfworker-newsletter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Fcfworker-newsletter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Fcfworker-newsletter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Fcfworker-newsletter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Fcfworker-newsletter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustLangES","download_url":"https://codeload.github.com/RustLangES/cfworker-newsletter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Fcfworker-newsletter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11-07T18:16:11.676Z","updated_at":"2026-05-15T18:32:17.616Z","avatar_url":"https://github.com/RustLangES.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"right\"\u003e\n\u003ca href=\"./README_EN.md\"\u003eEN\u003c/a\u003e\n\u003c/div\u003e\n\n# Newsletter en Cloudflare Workers\n\nEste es un template para empezar con workers de Cloudflare escritos en Rust.\n\n[![Usa el Template](https://github.com/RustLangES/cfworker-template/assets/56278796/0a5924b2-dfe7-4f47-9f06-f82316acbe46)](https://github.com/new?template_owner=RustLangES\u0026template_name=cfworker-template\u0026owner=%40me\u0026name=cloudflare-worker\u0026description=Mi+Super+Worker+hecho+en+Rust\u0026visibility=public)\n\n\n## Features\n- Solo Rust, no necesitas escribir codigo en ningun otro lenguaje\n- Listo para usarse\n- Eventos de Queue preparados\n- Eventos de fetch preparados\n- Custom panic configurado (usando el log que ofrece Cloudflare)\n- Deploy automático con GitHub Actions\n- Entorno Nix para trabajar comodo\n\n## Configuración\n\n\u003e [!IMPORTANT]\n\u003e Debes revisar los archivos de `Cargo.toml`, `wrangler.toml` y `src/lib.rs`\n\u003e Para quitar los comentarios que necesites implementar\n\nRenombra el proyecto en los archivos de `Cargo.toml` y `wrangler.toml`\n\n### Requisitos\n\nPara construir y desplegar este proyecto, necesitarás lo siguiente:\n\n- [Rust](https://rust-lang.org)\n- [wrangler](https://developers.cloudflare.com/workers/wrangler/install-and-update/)\n- [worker-build](https://crates.io/crates/worker-build)\n    - [wasm-pack](https://rustwasm.github.io/wasm-pack/)\n\n- [cargo-make](https://crates.io/crates/cargo-make) (Opcional)\n\n### Entorno Local\n\n\u003e [!IMPORTANT]\n\u003e Para probar el worker localmente, revisa la [documentacion oficial](https://developers.cloudflare.com/workers/testing/local-development)\n\n\nNecesitas levantar la migracion local, para ello corre el siguiente comando\n```sh\n# Crea la base de datos\nnpx wrangler d1 create mail-subscriptions \u0026\u0026\n# aplica la migracion\nnpx wrangler d1 apply mail-subscriptions\n```\n\nO si tienes instalado cargo-make, simplemente ejecuta\n```sh\ncargo make init\n```\n\n\nAhora a desarrollar\n```sh\ncargo make dev\n```\n\n\n### Despliegue Automático\n\nEste proyecto está configurado para desplegar automáticamente utilizando los flujos de trabajo de GitHub Actions. Para que funcione correctamente, debes configurar los siguientes secretos en GitHub:\n\n- `CLOUDFLARE_ACCOUNT_ID`: ID de tu cuenta de Cloudflare.\n- `CLOUDFLARE_API_TOKEN`: Token de API de Cloudflare.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustlanges%2Fcfworker-newsletter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustlanges%2Fcfworker-newsletter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustlanges%2Fcfworker-newsletter/lists"}