{"id":17006139,"url":"https://github.com/mingweisamuel/cmflairs","last_synced_at":"2026-05-08T10:36:16.205Z","repository":{"id":225550738,"uuid":"766266827","full_name":"MingweiSamuel/cmflairs","owner":"MingweiSamuel","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-13T15:43:38.000Z","size":896,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-16T20:45:58.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MingweiSamuel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-02T19:39:04.000Z","updated_at":"2024-05-13T15:43:41.000Z","dependencies_parsed_at":"2024-05-13T17:09:06.450Z","dependency_job_id":"38c657b6-99fd-424e-9305-cbd36666f9e0","html_url":"https://github.com/MingweiSamuel/cmflairs","commit_stats":{"total_commits":59,"total_committers":14,"mean_commits":4.214285714285714,"dds":0.5084745762711864,"last_synced_commit":"7fe9f93db3aaf0dbd7f9fa193315106d90987b3d"},"previous_names":["mingweisamuel/cmflairs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MingweiSamuel/cmflairs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MingweiSamuel%2Fcmflairs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MingweiSamuel%2Fcmflairs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MingweiSamuel%2Fcmflairs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MingweiSamuel%2Fcmflairs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MingweiSamuel","download_url":"https://codeload.github.com/MingweiSamuel/cmflairs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MingweiSamuel%2Fcmflairs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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-10-14T05:05:04.150Z","updated_at":"2026-05-08T10:36:16.185Z","avatar_url":"https://github.com/MingweiSamuel.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started\n\nA template for kick starting a Cloudflare worker project using [`workers-rs`](https://github.com/cloudflare/workers-rs).\n\nThis template is designed for compiling Rust to WebAssembly and publishing the resulting worker to\nCloudflare's [edge infrastructure](https://www.cloudflare.com/network/).\n\n## Usage\n\nThis template starts you off with a `src/lib.rs` file, acting as an entrypoint for requests hitting\nyour Worker. Feel free to add more code in this file, or create Rust modules anywhere else for this\nproject to use.\n\nWith `wrangler`, you can build, test, and deploy your Worker with the following commands:\n\n```bash\n# compiles your project to WebAssembly and will warn of any issues\nnpx wrangler build\n\n# run your Worker in an ideal development workflow (with a local server, file watcher \u0026 more)\nnpx wrangler dev\n\n# deploy your Worker globally to the Cloudflare network (update your wrangler.toml file for configuration)\nnpx wrangler deploy\n```\n\nRead the latest `worker` crate documentation here: https://docs.rs/worker\n\n## WebAssembly\n\n`workers-rs` (the Rust SDK for Cloudflare Workers used in this template) is meant to be executed as\ncompiled WebAssembly, and as such so **must** all the code you write and depend upon. All crates and\nmodules used in Rust-based Workers projects have to compile to the `wasm32-unknown-unknown` triple.\n\nRead more about this on the [`workers-rs` project README](https://github.com/cloudflare/workers-rs).\n\n## Issues\n\nIf you have any problems with the `worker` crate, please open an issue on the upstream project\nissue tracker on the [`workers-rs` repository](https://github.com/cloudflare/workers-rs).\n\n---\n\n## Reset DB\n```\nwrangler d1 delete dev-db\n./setup.bash\n# update database_id\nwrangler d1 migrations apply dev-db\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingweisamuel%2Fcmflairs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingweisamuel%2Fcmflairs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingweisamuel%2Fcmflairs/lists"}