{"id":19760129,"url":"https://github.com/videsk/widget-cloudflare","last_synced_at":"2025-07-27T00:41:09.010Z","repository":{"id":117346995,"uuid":"296090916","full_name":"videsk/widget-cloudflare","owner":"videsk","description":"Videsk widget integration for Cloudflare Apps","archived":false,"fork":false,"pushed_at":"2020-09-16T16:41:24.000Z","size":2022,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T23:18:18.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/videsk.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-16T16:38:54.000Z","updated_at":"2020-09-16T16:41:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"0aba5454-999b-4666-891c-a3b03f015b60","html_url":"https://github.com/videsk/widget-cloudflare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videsk%2Fwidget-cloudflare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videsk%2Fwidget-cloudflare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videsk%2Fwidget-cloudflare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videsk%2Fwidget-cloudflare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/videsk","download_url":"https://codeload.github.com/videsk/widget-cloudflare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090527,"owners_count":19907971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12T03:35:39.000Z","updated_at":"2025-02-28T02:45:17.245Z","avatar_url":"https://github.com/videsk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[build]: ./media/build.gif \"Build create-cloudflare-app\"\n[upload]: ./media/upload.gif \"Upload create-cloudflare-app\"\n\n# Create Cloudflare App\n\n## Overview\n\nThis is a starter project for building a Cloudflare App with Babel (for the latest ES features), ESLint, and Prettier (for keeping things clean).\n\nDownload this app and replace our code any time you want to build an Cloudflare app.\n\n## Features\n\n#### Cloudflare DNS\n\nYour Cloudflare App can configure the [DNS Records](https://api.cloudflare.com/#dns-records-for-a-zone-properties) of any domain on Cloudflare.\n\n## Setup\n\nFork and clone the repo or download the [latest release](https://github.com/CloudflareApps/CreateCloudflareApp/releases/latest).\n\nInstall the dependencies with `yarn install` then build the project with `yarn build` (or `npm run build`).\n\n![alt text][build]\n\nNext, navigate to our [App Creator](https://www.cloudflare.com/apps/developer/app-creator) and upload your project directory.\n\n![alt text][upload]\n\nThe App Creator will update automatically on file changes (Chrome only). Once you're done testing, press Create App to submit your app for moderation. Refer to our [Terms of Use](https://www.cloudflare.com/apps/developer/docs/resources/terms-of-use) for more information.\n\n## Usage\n\n- `yarn start` (or `npm start`) Sets up your dev environment and runs Webpack in watch mode.\n- `yarn build` (or `npm run build`) Lints your project and compiles your JavaScript and CSS once for release.\n\n### Other Interesting Scripts\n\n- `dev:setup` Add other initialization scripts to your development pipeline here.\n\nThe project uses [yarn-run-all](https://www.npmjs.com/package/yarn-run-all) which makes it easy to run tasks in series or parallel using `yarn` or `npm`.\n\n## Details\n\n#### `install.json`\n\nThis is where all the [installer options](https://www.cloudflare.com/apps/developer/docs/install-json) are added for the app.\n\nUse the DNS field to configure [Cloudflare DNS Records](https://api.cloudflare.com/#dns-records-for-a-zone-properties). If you don't want to configure DNS, just delete this field.\n\n#### `src/index.js`\n\nThis is where the magic happens. Your app starts here.\n\n#### `src/styles.css`\n\nWrite your app styles here.\n\n#### `media/**`\n\nPut your icons, tile images, and screenshots to be used in your Cloudflare Apps page here.\n\n[Download \u003ccode class=\"inline\"\u003emedia-templates.sketch\u003c/code\u003e](https://github.com/CloudflareApps/MediaTemplates/raw/master/media-templates.sketch)\n\n#### `webpack.config.js`\n\nSimple Webpack 4 config using Babel and CSS Loader. Please refrain from modifying the config to minify your built code.\n\n### Troubleshooting\n\nThe Cloudflare [developer documentation](https://www.cloudflare.com/apps/developer/docs/getting-started) for examples and API usage.\n\n\u003c!--\n\u003ca href=\"https://www.cloudflare.com/apps/[[YOUR APP ALIAS]]/install?source=button\"\u003e\n  \u003cimg\n    src=\"https://install.cloudflareapps.com/install-button.png\"\n    alt=\"Install [[YOUR APP NAME]] with Cloudflare\"\n    border=\"0\"\n    width=\"150\"\u003e\n\u003c/a\u003e --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvidesk%2Fwidget-cloudflare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvidesk%2Fwidget-cloudflare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvidesk%2Fwidget-cloudflare/lists"}