{"id":17345510,"url":"https://github.com/simoneas02/hacker-news","last_synced_at":"2026-04-30T22:36:55.399Z","repository":{"id":69061972,"uuid":"146041818","full_name":"simoneas02/hacker-news","owner":"simoneas02","description":"🕶 A simple app to show the data of Hacker News 🕵️‍♀️","archived":false,"fork":false,"pushed_at":"2019-07-04T15:54:39.000Z","size":208,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T06:02:59.707Z","etag":null,"topics":["application","es6","reactjs","webdevelopment","website"],"latest_commit_sha":null,"homepage":"https://hacker-news-simone.herokuapp.com/","language":"JavaScript","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/simoneas02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-24T21:31:43.000Z","updated_at":"2023-03-07T16:28:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"45ae0623-311b-420b-bbfd-14c4e4e4eacc","html_url":"https://github.com/simoneas02/hacker-news","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simoneas02/hacker-news","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoneas02%2Fhacker-news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoneas02%2Fhacker-news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoneas02%2Fhacker-news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoneas02%2Fhacker-news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simoneas02","download_url":"https://codeload.github.com/simoneas02/hacker-news/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simoneas02%2Fhacker-news/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32479448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["application","es6","reactjs","webdevelopment","website"],"created_at":"2024-10-15T16:32:03.084Z","updated_at":"2026-04-30T22:36:50.391Z","avatar_url":"https://github.com/simoneas02.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hacker News\n\n\u003e 🕶 A simple app to show the data of [Hacker News](https://news.ycombinator.com/) 🕵️‍♀️\n\n\n## Run the project local\n**0 -** install the basic dependencies\n- [NodeJS](https://nodejs.org/en/)\n\n**1 -** Clone the project and install the dependencies:\n```sh\n$ git clone https://github.com/simoneas02/hacker-news\n$ cd hacker-news/\n$ yarn\n```\n\n**2 -** Start development mode:\n```sh\n$ yarn start\n```\nGo to: [http://localhost:3000/](http://localhost:3000/)\n\n## Tasks available\n- `$ yarn start`: Start the development environment server.\n- `$ yarn test`: Run the test.\n\n## Folders Structure\n```\n./src  \n├── components  \n│   ├── App  \n│   │   ├── __snapshots__  \n│   │   │   └── test.js.snap  \n│   │   ├── index.js  \n│   │   └── test.js  \n│   ├── Button  \n│   │   ├── __snapshots__  \n│   │   │   └── test.js.snap  \n│   │   ├── index.js  \n│   │   └── test.js  \n│   ├── List  \n│   │   ├── __snapshots__  \n│   │   │   └── test.js.snap\n│   │   ├── index.js  \n│   │   └── test.js  \n│   ├── ListItem  \n│   │   ├── __snapshots__  \n│   │   │   └── test.js.snap  \n│   │   ├── index.js  \n│   │   └── test.js  \n│   ├── Loading  \n│   │   ├── __snapshots__  \n│   │   │   └── test.js.snap  \n│   │   ├── index.js  \n│   │   └── test.js  \n│   ├── Search  \n│   │   ├── __snapshots__  \n│   │   │   └── test.js.snap  \n│   │   ├── index.js  \n│   │   └── test.js  \n│   └── Sort  \n│       ├── __snapshots__  \n│       │   └── test.js.snap  \n│       ├── index.js  \n│       └── test.js  \n├── constants  \n│   └── index.js  \n├── index.js  \n├── registerServiceWorker.js  \n└── utils  \n    └── index.js  \n```\n\n## Contributing\nFind on our [issues](https://github.com/simoneas02/hacker-news/issues/) the next steps of the project ;)  \nWant to contribute? [Follow these recommendations](https://github.com/simoneas02/hacker-news/blob/master/CONTRIBUTING.md).\n\n## History\nSee [Releases](https://github.com/simoneas02/hacker-news/releases) for detailed changelog.\n\n## License\n[MIT License](https://github.com/simoneas02/hacker-news/blob/master/LICENSE.md) © [Simone Amorim](https://simoneas02.github.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimoneas02%2Fhacker-news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimoneas02%2Fhacker-news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimoneas02%2Fhacker-news/lists"}