{"id":23109096,"url":"https://github.com/bhar2254/cloudflare-workers-starter","last_synced_at":"2026-02-02T00:35:53.249Z","repository":{"id":243168588,"uuid":"811666055","full_name":"bhar2254/Cloudflare-Workers-Starter","owner":"bhar2254","description":"A Cloudflare edge hosted Workers application for Bootstrap 5 UI development.","archived":false,"fork":false,"pushed_at":"2024-12-10T20:50:50.000Z","size":170,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T23:15:15.465Z","etag":null,"topics":["bootstrap","cloud","cloudflare","edge","js","serverless","website","workers"],"latest_commit_sha":null,"homepage":"https://cloudflare-starter-worker.blaineharper.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhar2254.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-07T04:02:13.000Z","updated_at":"2025-01-01T22:21:47.000Z","dependencies_parsed_at":"2024-06-19T02:11:43.601Z","dependency_job_id":"b0e3984d-cfd3-478f-a444-2808df02b553","html_url":"https://github.com/bhar2254/Cloudflare-Workers-Starter","commit_stats":null,"previous_names":["bhar2254/cloudflare-workers-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bhar2254/Cloudflare-Workers-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhar2254%2FCloudflare-Workers-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhar2254%2FCloudflare-Workers-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhar2254%2FCloudflare-Workers-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhar2254%2FCloudflare-Workers-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhar2254","download_url":"https://codeload.github.com/bhar2254/Cloudflare-Workers-Starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhar2254%2FCloudflare-Workers-Starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28997062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: 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":["bootstrap","cloud","cloudflare","edge","js","serverless","website","workers"],"created_at":"2024-12-17T01:32:48.569Z","updated_at":"2026-02-02T00:35:53.235Z","avatar_url":"https://github.com/bhar2254.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudflare Starter Worker\n\nA simple starter project for creating, developing, and deploying Cloudflare Workers. This guide walks you through setting up a Cloudflare Worker using the Cloudflare CLI (`wrangler`), running it locally, and deploying it to Cloudflare's edge.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **Node.js** (v16 or higher recommended)\n- **npm** or **yarn**\n- **Wrangler** (Cloudflare's CLI tool)\n\n### Install Wrangler\n```bash\nnpm install -g wrangler\n```\n\n## Project Setup\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/\u003cyour-username\u003e/cloudflare-starter-worker.git\n   cd cloudflare-starter-worker\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Authenticate with Cloudflare:**\n   ```bash\n   wrangler login\n   ```\n\n   This opens a browser window for you to authenticate and link Wrangler to your Cloudflare account.\n\n## Local Development\n\n1. **Start the local development server:**\n   ```bash\n   wrangler dev\n   ```\n\n2. **Access the Worker locally:**\n   Your Worker will be available at `http://127.0.0.1:8787`.\n\n   Changes you make to the code will automatically reflect after refreshing the page.\n\n## Deploying to Cloudflare\n\n1. **Publish your Worker:**\n   ```bash\n   wrangler publish\n   ```\n\n2. **Verify the deployment:**\n   After deployment, Wrangler will provide a URL (typically `https://\u003cworker-name\u003e.\u003cyour-cloudflare-subdomain\u003e.workers.dev`).\n\n## Project Structure\n\n- **`src/index.js`**: The main entry point for your Worker.\n- **`wrangler.toml`**: Configuration file for Wrangler.\n- **`package.json`**: Project dependencies and scripts.\n\n## Customization\n\n- Update `wrangler.toml` with your specific settings, such as environment variables and account details.\n- Extend functionality by adding routes and handling requests in `src/index.js`.\n\n## Resources\n\n- [Cloudflare Workers Documentation](https://developers.cloudflare.com/workers/)\n- [Wrangler CLI Guide](https://developers.cloudflare.com/workers/wrangler/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhar2254%2Fcloudflare-workers-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhar2254%2Fcloudflare-workers-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhar2254%2Fcloudflare-workers-starter/lists"}