{"id":18557948,"url":"https://github.com/salah3x/most-starred-github-repos","last_synced_at":"2026-04-30T22:38:07.365Z","repository":{"id":38702716,"uuid":"206437473","full_name":"salah3x/most-starred-github-repos","owner":"salah3x","description":"A demo app that lists the most starred Github repos that were created in the last 30 days.","archived":false,"fork":false,"pushed_at":"2023-03-01T21:02:21.000Z","size":3005,"stargazers_count":2,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T14:47:30.955Z","etag":null,"topics":["android","angular","capacitor","firebase-hosting","github-api","ionic","travis-ci"],"latest_commit_sha":null,"homepage":"https://most-starred-github-repos.web.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salah3x.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":"2019-09-05T00:08:55.000Z","updated_at":"2020-10-25T16:39:55.000Z","dependencies_parsed_at":"2024-11-06T21:52:34.998Z","dependency_job_id":null,"html_url":"https://github.com/salah3x/most-starred-github-repos","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/salah3x/most-starred-github-repos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salah3x%2Fmost-starred-github-repos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salah3x%2Fmost-starred-github-repos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salah3x%2Fmost-starred-github-repos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salah3x%2Fmost-starred-github-repos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salah3x","download_url":"https://codeload.github.com/salah3x/most-starred-github-repos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salah3x%2Fmost-starred-github-repos/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":["android","angular","capacitor","firebase-hosting","github-api","ionic","travis-ci"],"created_at":"2024-11-06T21:38:30.162Z","updated_at":"2026-04-30T22:38:02.357Z","avatar_url":"https://github.com/salah3x.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/icon/favicon.png\" width=\"200\" alt=\"App Logo\" /\u003e\n  \u003ch2\u003eMost Starred Github Repos\u003c/h2\u003e\n\n![GitHub release](https://img.shields.io/github/release/salah3x/most-starred-github-repos.svg?color=%23f441be)\n[![Build Status](https://travis-ci.org/salah3x/most-starred-github-repos.svg?branch=master)](https://travis-ci.org/salah3x/most-starred-github-repos)\n![GitHub](https://img.shields.io/github/license/salah3x/most-starred-github-repos.svg?color=%232196F3)\n\n\u003c/div\u003e\n\n---\n\nA demo web app that lists the most starred Github repos that were created in the last 30 days.\n\n## Idea of the App\n\nThe task is to implement a small webapp that will list the most starred Github repos that were created in the last 30 days. You'll be fetching the sorted JSON data directly from the [Github API](https://api.github.com/search/repositories?q=created:\u003e2017-10-22\u0026sort=stars\u0026order=desc)\n\n---\n\n## Development server\n\n- First clone the repo: `git clone git@github.com:salah3x/most-starred-github-repos.git`\n- Install dependencies for the app (assuming `node`, `npm` and `ionic` are already installed): `cd most-starred-github-repos \u0026\u0026 npm install`\n- Run `ionic serve` for a dev server.\n- Navigate to `http://localhost:8100/`.\n\n\u003e The app will automatically reload if you change any of the source files.\n\n## Build\n\nRun `ionic build` to build the project. The build artifacts will be stored in the `www` directory.\n\n\u003e Use the `--prod` flag for a production build.\n\n## Web deployment\n\n- Install firebase tools: `npm install -g firebase-tools`\n- Authenticate the cli and access Firebase projects: `firebase login`\n- Deploy the Ionic PWA to Firebase: `firebase deploy`\n  \u003e The deployment phase will automatically lint and build the project first.\n\n## Android/iOS\n\n- First, build the app: `ionic build --prod`\n- Next, add the platforms that you'd like to build for:\n  ```\n  npx cap add ios\n  npx cap add android\n  ```\n  \u003e Upon running these commands, both `android` and `ios` folders at the root of the project are created. These are entirely separate native project artifacts that should be considered part of this app (i.e., check them into source control).\n- From the Terminal, run the Capacitor copy command, which copies all web assets into the native iOS project: `npx cap copy`\n\n  \u003e Note: After making updates to the native portion of the code (such as adding a new plugin), use the sync command: `npx cap sync`\n\n- Next, run the Capacitor open command, which opens the native project in Android Studio/Xcode:\n  ```\n  npx cap open android\n  npx cap open ios\n  ```\n- Change the permissions in each project, generate the build artifacts and push them to the play/app store like you do in a normal Android/iOS project.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Ionic CLI use `ionic help` or go check out the [Ionic CLI README](https://ionicframework.com/docs/cli).\n\nTo get started with firebase go to the [firebase console](https://console.firebase.google.com/) and create your first project.\n\nTo get more information about firebase cli use `firebase --help` or visit [the official docs](https://firebase.google.com/docs/cli/).\n\n---\n\nThis project was generated with [Ionic CLI](https://github.com/ionic-team/ionic-cli) version 5.2.3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalah3x%2Fmost-starred-github-repos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalah3x%2Fmost-starred-github-repos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalah3x%2Fmost-starred-github-repos/lists"}