{"id":19813527,"url":"https://github.com/ns-vasilev/HackerNews","last_synced_at":"2025-05-01T10:30:49.800Z","repository":{"id":158788057,"uuid":"146035838","full_name":"nik3212/HackerNews","owner":"nik3212","description":"HackerNews is an app for reading Hacker News, built using TCA architecture","archived":false,"fork":false,"pushed_at":"2024-08-29T05:12:37.000Z","size":4590,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-29T06:22:32.802Z","etag":null,"topics":["apple","applewatch","appstore","composable-architecture","hacker-news","hacker-news-client","hacker-news-reader","hackernews","hackernews-client","hackers","ios","ipad","ipados","iphone","news","reader","swift","tca","watchos"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/nik3212.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-24T20:16:25.000Z","updated_at":"2024-08-28T10:25:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd3387d4-eaa8-4cbf-beaf-4edd6668f534","html_url":"https://github.com/nik3212/HackerNews","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nik3212%2FHackerNews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nik3212%2FHackerNews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nik3212%2FHackerNews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nik3212%2FHackerNews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nik3212","download_url":"https://codeload.github.com/nik3212/HackerNews/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224251422,"owners_count":17280764,"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":["apple","applewatch","appstore","composable-architecture","hacker-news","hacker-news-client","hacker-news-reader","hackernews","hackernews-client","hackers","ios","ipad","ipados","iphone","news","reader","swift","tca","watchos"],"created_at":"2024-11-12T09:35:31.311Z","updated_at":"2025-05-01T10:30:44.214Z","avatar_url":"https://github.com/nik3212.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"margin-top: 0px;\"\u003eHackerNews\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/nik3212/HackerNews/blob/master/LICENSE\"\u003e\u003cimg alt=\"Licence\" src=\"https://img.shields.io/cocoapods/l/service-core.svg?style=flat\"\u003e\u003c/a\u003e \n\u003ca href=\"https://github.com/nik3212/HackerNews\"\u003e\u003cimg alt=\"CI\" src=\"https://github.com/nik3212/HackerNews/actions/workflows/ios.yml/badge.svg?branch=master\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![HackerNews: A HackerNews Reader](https://github.com/user-attachments/assets/8a5ba7ae-1e1d-47de-80db-10ed725c5e5e)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://itunes.apple.com/ru/app/hacker-news-social-news/id1442922669\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/17319991/49230688-4421a380-f401-11e8-929e-53c5ed081bda.png\" width=\"250\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Description\nHackerNews is an app for readering Hacker News, built using TCA architecture.\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Communication](#communication)\n- [Have a Question](#have-a-question)\n- [Author](#author)\n- [License](#license)\n\n## Features\n\n* View \"Top,\" \"Newest,\" \"Best,\" \"Ask,\" and \"Show\" posts from Hacker News\n* Read posts using the `SFSafariViewController` component\n* Full iPad multitasking support\n* Utilizes the official [Firebase-based Hacker News API](https://github.com/HackerNews/API)\n\n## Usage\n\n1) Download the repository:\n```\n$ git clone https://github.com/nik3212/HackerNews\n$ cd HackerNews\n```\n    \n2) Bootstrap the development environment:\n```\nmake bootstrap\n```\n\n3) Open the project in Xcode:\n```\n$ open HackerNews.xcodeproj\n```\n\n4) Compile and run the app in your simulator.\n\n## Communication\n- If you **found a bug**, open an issue.\n- If you **have a feature request**, open an issue.\n- If you **want to contribute**, submit a pull request.\n\n# Requirements\n- Xcode 15+\n- iOS 17+\n- Swift 5.9+\n\n## Contributing\nPlease feel free to help out with this project! If you see something that could be made better or want a new feature, open up an issue or send a Pull Request!\n\n## Have a Question?\nContact us via [issues on GitHub](https://github.com/nik3212/HackerNews/issues).\n\n## Author\nNikita Vasilev, nv3212@gmail.com\n\n## License\n\nHackerNews is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fns-vasilev%2FHackerNews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fns-vasilev%2FHackerNews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fns-vasilev%2FHackerNews/lists"}