{"id":20258790,"url":"https://github.com/skymethod/livewire-validator","last_synced_at":"2025-04-11T01:12:53.436Z","repository":{"id":106979088,"uuid":"423192967","full_name":"skymethod/livewire-validator","owner":"skymethod","description":"Podcast feed and media validator, including podcast namespace tags.","archived":false,"fork":false,"pushed_at":"2024-10-05T18:17:04.000Z","size":1568,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T01:12:45.380Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skymethod.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":"2021-10-31T15:58:33.000Z","updated_at":"2024-10-05T18:17:07.000Z","dependencies_parsed_at":"2024-11-14T11:11:37.027Z","dependency_job_id":"1c96ba34-2c76-4292-94ac-fd74a4cd750e","html_url":"https://github.com/skymethod/livewire-validator","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/skymethod%2Flivewire-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skymethod%2Flivewire-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skymethod%2Flivewire-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skymethod%2Flivewire-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skymethod","download_url":"https://codeload.github.com/skymethod/livewire-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322571,"owners_count":21084337,"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-14T11:11:32.382Z","updated_at":"2025-04-11T01:12:53.420Z","avatar_url":"https://github.com/skymethod.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# livewire-validator\nExperimental podcast feed validator, supporting all of the new [podcast namespace](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md) tags\n\nPublic version available at: https://validator.livewire.io/\n\n## Development setup\n- Ensure [vscode](https://code.visualstudio.com/) is installed\n- Ensure [Deno](https://deno.land/) is installed\n- Ensure the [Deno vscode extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno) is installed (from vscode -\u003e Extensions)\n- There are two vscode projects:\n  - `code validator-app` to work on the client-side javascript app\n  - `code validator-worker` to work on the cli, server (Cloudflare Worker), or common validation logic\n- Run the standard `deno test` to run unit tests\n- Install the `validator` cli tool\n  - (from the `validator-worker` dir) `deno install --name validator -Af --unstable cli.ts`\n- Run `validator build` to rebuild/embed the client app on any changes\n- Run `validator validate \u003curl\u003e` to quickly test validation rules on the command-line\n- Use [`denoflare serve`](https://denoflare.dev/cli/serve) to run the server on your local machine\n  - Ensure [denoflare](https://denoflare.dev/cli/) is installed\n  - Run without config (from the `validator-worker` dir): `denoflare serve validator_worker.ts --watch-include static`\n  - Or using a .denoflare config file (example below): `denoflare serve validator-local --watch-include static`\n  - See the config below for the optional worker environment variable bindings to configure secrets\n\n## Example .denoflare config\n```jsonc\n{\n  // This file supports comments and trailing commas!\n  \"$schema\": \"https://raw.githubusercontent.com/skymethod/denoflare/v0.5.6/common/config.schema.json\",\n  \"scripts\": {\n    \"validator-local\": {\n      \"path\": \"/path/to/livewire-validator/validator-worker/validator_worker.ts\",\n      \"bindings\": {\n        // optional: displayed in the UI as the app version\n        \"version\": { \"value\": \"local\" },\n\n        // optional: needed for search\n        \"piCredentials\": { \"value\": \"\u003capi-key\u003e:\u003capi-secret\u003e\" },\n\n        // optional: needed for twitter api calls\n        \"twitterCredentials\": { \"value\": \"bearer:\u003cbearer-token\u003e\" },\n\n        // optional: needed for mastodon login to reply\n        \"origin\" : { \"value\": \"http://localhost:8820\" },\n        \"mastodonClientName\": { \"value\": \"livewire-validator (local dev)\" },\n        \"mastodonClientUrl\": { \"value\": \"https://github.com/skymethod/livewire-validator\" },\n        \"storageNamespace\": { \"doNamespace\": \"local:StorageDO:storage=webstorage:container=validator-local\" },\n      },\n      // optional: to run on a specific local port (default 8080)\n      \"localPort\": 8820,\n    },\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskymethod%2Flivewire-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskymethod%2Flivewire-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskymethod%2Flivewire-validator/lists"}