{"id":15408477,"url":"https://github.com/yusukebe/marks","last_synced_at":"2025-07-14T03:13:17.991Z","repository":{"id":43393618,"uuid":"411580404","full_name":"yusukebe/marks","owner":"yusukebe","description":"Bookmarks App with Cloudflare Workers.","archived":false,"fork":false,"pushed_at":"2022-03-04T07:58:39.000Z","size":1082,"stargazers_count":27,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T14:12:30.532Z","etag":null,"topics":["cloudflare","cloudflare-workers"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yusukebe.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}},"created_at":"2021-09-29T07:53:44.000Z","updated_at":"2024-11-29T04:12:56.000Z","dependencies_parsed_at":"2022-09-10T22:30:56.590Z","dependency_job_id":null,"html_url":"https://github.com/yusukebe/marks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yusukebe/marks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusukebe","download_url":"https://codeload.github.com/yusukebe/marks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusukebe%2Fmarks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265237427,"owners_count":23732509,"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":["cloudflare","cloudflare-workers"],"created_at":"2024-10-01T16:34:11.862Z","updated_at":"2025-07-14T03:13:17.766Z","avatar_url":"https://github.com/yusukebe.png","language":"TypeScript","readme":"# 🔖 Marks\n\nBookmark App with Cloudflare Workers.\n\nYou can deploy your own Marks to the Cloudflare Workers.\n\n## Screenshots\n\n![SS](https://user-images.githubusercontent.com/10682/156680928-90de1e4e-2409-4b70-b33b-d632d2fd46d1.png)\n\nAdd Bookmark from shortcuts of macOS:\n\n![SS](https://user-images.githubusercontent.com/10682/156680941-975aaf03-c9f6-4ef6-af2d-948d3ed6c525.png)\n\n## Prerequisites\n\n* Cloudflare Account\n* [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/)\n\n## Install\n\n```plain\n$ git clone https://github.com/yusukebe/marks.git\n$ cd marks\n$ yarn install\n```\n\n## Setting\n\nRename `wrangler.toml`:\n\n```plain\n$ mv wrangler.example.toml wrangler.toml\n```\n\nMake KV namespace id:\n\n```plain\n$ wrangler kv:namespace create BOOKMARK\n\n🌀 Creating namespace with title \"marks-BOOKMARK\"\n✨ Success!\nAdd the following to your configuration file in your kv_namespaces array:\n{ binding = \"BOOKMARK\", id = \"your id\" }\n```\n\nEdit `wrangler.toml`:\n\n```toml\nkv_namespaces = [\n  { binding = \"BOOKMARK\", id = \"your id\" }\n]\n```\n\nSet your Basic Auth username and password:\n\n```plain\n$ wrangler secret put NAME\n$ wrangler secret put PASS\n```\n\n## Build\u0026Deploy\n\n```plain\n$ wrangler publish\n```\n\n## macOS Shortcuts\n\n![SS](https://user-images.githubusercontent.com/10682/156721647-be28cc16-73d8-4059-83c9-0dcd2989d5f5.png)\n\n## Bookmarklet\n\n```js\njavascript: (function () {\n  var url = document.location.href\n  var links = document.getElementsByTagName('link')\n  for (i in links) {\n    if (links[i].rel) {\n      if (links[i].rel.toLowerCase() == 'canonical') {\n        url = links[i].href\n      }\n    }\n  }\n  var redirect =\n    'https://{app-name}.{your-name}.workers.dev/?url=' + encodeURIComponent(url)\n  location.href = redirect\n})()\n```\n\n## Author\n\nYusuke Wada \u003chttps://github.com/yusukebe\u003e\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusukebe%2Fmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusukebe%2Fmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusukebe%2Fmarks/lists"}