{"id":13727514,"url":"https://github.com/karakanb/devo","last_synced_at":"2025-04-05T08:09:02.877Z","repository":{"id":33243744,"uuid":"143167852","full_name":"karakanb/devo","owner":"karakanb","description":"A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.","archived":false,"fork":false,"pushed_at":"2023-08-30T13:38:50.000Z","size":4314,"stargazers_count":414,"open_issues_count":8,"forks_count":48,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-29T07:09:21.845Z","etag":null,"topics":["chrome-extension","designer-news","firefox","firefox-extension","github","hacker-news","hackernews","hacktoberfest","newtab","product-hunt","producthunt","productivity","trending-repositories"],"latest_commit_sha":null,"homepage":"https://burakkarakan.com/devo/","language":"Vue","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/karakanb.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}},"created_at":"2018-08-01T14:33:14.000Z","updated_at":"2025-03-26T08:01:33.000Z","dependencies_parsed_at":"2023-01-15T00:04:19.455Z","dependency_job_id":"fbff8984-d9b5-40ac-8cb9-04b462f6374c","html_url":"https://github.com/karakanb/devo","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karakanb%2Fdevo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karakanb%2Fdevo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karakanb%2Fdevo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karakanb%2Fdevo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karakanb","download_url":"https://codeload.github.com/karakanb/devo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305935,"owners_count":20917208,"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":["chrome-extension","designer-news","firefox","firefox-extension","github","hacker-news","hackernews","hacktoberfest","newtab","product-hunt","producthunt","productivity","trending-repositories"],"created_at":"2024-08-03T01:04:03.165Z","updated_at":"2025-04-05T08:09:02.861Z","avatar_url":"https://github.com/karakanb.png","language":"Vue","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"250\" src=\"./img/logo.png\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  GitHub Trending, Hacker News and Product Hunt, on every new tab!\n\u003c/p\u003e\n\n---\n\n__Devo__ is a Google Chrome and Mozilla Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and more platforms on every new tab. It caches the information for 30 minutes, so that there is no extra calls to the external services, hence allowing a faster experience.\n\n\u003ca href=\"https://www.buymeacoffee.com/Mw3KB7oHE\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./img/day_mode.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./img/night_mode.png\"\u003e\n\u003c/p\u003e\n\n## Installation\nDevo can be installed for [Chrome here](https://chrome.google.com/webstore/detail/devo/elkhalpmbmbaeoemecpcfdcoekmpgmdm), and [Firefox here](https://addons.mozilla.org/en-US/firefox/addon/devo-new-tab/).\n\nFor installation on Safari:\n1. [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/karakanb/devo)\n2. Once deployed, [update homepage on safari](https://support.apple.com/guide/safari/change-your-homepage-ibrw1020/mac).\n\n## Demo\n[Demo can be found here.](https://burakkarakan.com/devo/)\n\n## Platforms\nDevo currently supports:\n- [GitHub Trending](https://github.com/trending)\n- [Hacker News](https://news.ycombinator.com/)\n- [Product Hunt](https://www.producthunt.com/)\n- [Designer News](https://www.designernews.co/)\n- [DEV Community](https://dev.to/)\n- [Lobsters](https://lobste.rs/)\n- [TabNews](https://www.tabnews.com.br/)\n\n### Adding a new platform\nAdding a new platform is super easy. All you need to do is:\n- add a body component that will be displayed in the cards.\n- export the body component from the [`src/components/bodies.js`](./src/components/bodies.js) file.\n- add the details for the platform to the [`src/settings.js`](./src/settings.js) file.\n- add the state to the [`src/store.js`](.src/store.js) file.\n\nYou can check the [HackerNews component](./src/components/HackerNews/Body.vue) to see how easy it is to add a new platform. Feel free to submit pull requests or ask questions regarding adding a new platform, any kind of input is appreciated.\n\n## How to build?\n\nFirst of all, you need to install the dependencies. After that, you can run the build command and the optimized bundle will be created in `dist/` directory:\n```sh\nnpm install # install the dependencies.\nnpm run build # build the optimized bundle.\n```\n","funding_links":["https://www.buymeacoffee.com/Mw3KB7oHE"],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarakanb%2Fdevo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarakanb%2Fdevo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarakanb%2Fdevo/lists"}