{"id":20091392,"url":"https://github.com/tejasbubane/repo_search","last_synced_at":"2026-06-12T14:32:49.684Z","repository":{"id":145488510,"uuid":"251313629","full_name":"tejasbubane/repo_search","owner":"tejasbubane","description":"Simple sinatra app to show github repos by search term","archived":false,"fork":false,"pushed_at":"2020-03-30T13:37:41.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T09:51:26.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://evening-meadow-90548.herokuapp.com/","language":"Ruby","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/tejasbubane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-30T13:30:15.000Z","updated_at":"2020-03-31T09:22:37.000Z","dependencies_parsed_at":"2023-06-26T01:46:45.453Z","dependency_job_id":null,"html_url":"https://github.com/tejasbubane/repo_search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tejasbubane/repo_search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Frepo_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Frepo_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Frepo_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Frepo_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejasbubane","download_url":"https://codeload.github.com/tejasbubane/repo_search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Frepo_search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34249560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2024-11-13T16:31:49.197Z","updated_at":"2026-06-12T14:32:49.657Z","avatar_url":"https://github.com/tejasbubane.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repo Search\n\nTry it out: https://evening-meadow-90548.herokuapp.com/\n\n### Problem Statement\n\nMake a simple web app where you can display public repositories from github based on search term provided. Super simple page with input search field and result right under it.\n\n### Setup\n\nInstall dependencies:\n\n```sh\nbundle install\n```\n\n[Create github access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) \u0026 add to `.env` file. Refer [.env-example](./.env-example).\n\nRun the app:\n\n```sh\nbundle exec puma -C config/puma.rb\n```\n\nRun all tests:\n\n```sh\nbundle exec rspec\n```\n\n**Sidenote:** This project uses `Ruby 2.7` which [emits deprecation warnings with many libraries](https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/). Prefix all above commands with `RUBYOPT='-W:no-deprecated -W:no-experimental'` to silence them.\n\n### Decisions\n\n* Keep the app as minimal as possible.\n\n* Scope of given problem statement does not require database, so don't use one.\n\n* Use sinatra since there are only couple of routes.\n\n* Bootstrap from CDN to reduce hassle of management of static assets within repo.\n\n* Github search API supports pagination \u0026 returns only 30 results per page by default, did not implement pagination to limit scope \u0026 complete in minimal time.\n\n* `rspec` for basic testing of routes \u0026 rendering.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Frepo_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejasbubane%2Frepo_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Frepo_search/lists"}