{"id":19866408,"url":"https://github.com/code2k/ghfresh","last_synced_at":"2025-10-09T00:22:12.607Z","repository":{"id":146665308,"uuid":"254825348","full_name":"code2k/ghfresh","owner":"code2k","description":"Monitor GitHub repositories for new releases.","archived":false,"fork":false,"pushed_at":"2020-07-24T08:02:09.000Z","size":3445,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T06:43:57.157Z","etag":null,"topics":["create-react-app","markdown","material-ui","preact","prerender","react","redux","redux-toolkit","spa","testing-library","typescript"],"latest_commit_sha":null,"homepage":"https://code2k.github.io/ghfresh/","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/code2k.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}},"created_at":"2020-04-11T08:34:08.000Z","updated_at":"2025-01-13T12:58:57.000Z","dependencies_parsed_at":"2023-04-14T16:20:27.622Z","dependency_job_id":null,"html_url":"https://github.com/code2k/ghfresh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code2k/ghfresh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code2k%2Fghfresh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code2k%2Fghfresh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code2k%2Fghfresh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code2k%2Fghfresh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code2k","download_url":"https://codeload.github.com/code2k/ghfresh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code2k%2Fghfresh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000721,"owners_count":26082879,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["create-react-app","markdown","material-ui","preact","prerender","react","redux","redux-toolkit","spa","testing-library","typescript"],"created_at":"2024-11-12T15:25:42.956Z","updated_at":"2025-10-09T00:22:12.580Z","avatar_url":"https://github.com/code2k.png","language":"TypeScript","readme":"# GHFresh - Monitor GitHub repositories\n\n![CI](https://github.com/code2k/ghfresh/workflows/CI/badge.svg?branch=master\u0026event=push)\n\nGHFresh is a SPA to monitor GitHub repositories for new releases.\n\nVisit [https://code2k.github.io/ghfresh/](https://code2k.github.io/ghfresh/) and\ngive it a try.\n\n\u003cdiv align=\"center\"\u003e\n\n![GHFresh light theme](./screenshots/GHFresh-light.png)\n\u003cbr\u003eGHFresh light theme\n\n\u003c/div\u003e\n\nMore [screenshots](https://github.com/code2k/ghfresh/tree/master/screenshots).\n\n## Features\n\n- Add any public repository\n- Auto-update\n- Markdown rendering of release notes\n- Dark mode\n- No signup required\n- No server. All data is stored in the browsers local storage\n\n## Rate limits\n\nGHFresh is using the public unauthenticated github API. Therefore the number of\nrequests is pretty limited.\n\nThe current rate limits are:\n\n- 60 request per hour for `releases/latest`\n- 10 request per minutes for `search/repositories`\n\nIf you want to check your current rate limit status:\n\n```sh\ncurl -s https://api.github.com/rate_limit\n```\n\n## Used Libraries\n\n- [preact](https://github.com/preactjs/preact)\n- [Material-UI](https://github.com/mui-org/material-ui)\n- [Redux Toolkit](https://github.com/reduxjs/redux-toolkit)\n- [react-redux](https://github.com/reduxjs/react-redux)\n- [Redux Persist](https://github.com/rt2zz/redux-persist)\n- [Day.js](https://github.com/iamkun/dayjs)\n- [Marked.js](https://github.com/markedjs/marked)\n\n## Development\n\nClone project:\n\n```sh\ngit clone https://github.com/code2k/ghfresh.git\n```\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e It correctly bundles\nthe application in production mode and optimizes the build for the best\nperformance.\n\n### `yarn report`\n\nGenerates a report of the bundled packages using [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer).\n\n## Licence\n\n```\nMIT License\n\nCopyright (c) 2020 CODE2K:LABS\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode2k%2Fghfresh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode2k%2Fghfresh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode2k%2Fghfresh/lists"}