{"id":19226495,"url":"https://github.com/jasonraimondi/traverse","last_synced_at":"2025-04-21T00:32:45.253Z","repository":{"id":44175072,"uuid":"147122812","full_name":"jasonraimondi/traverse","owner":"jasonraimondi","description":"Traverse is a GitHub explorer. You can browse repositories trending by language. Traverse is an Electron app built with React, in TypeScript.","archived":false,"fork":false,"pushed_at":"2022-02-11T06:01:17.000Z","size":9081,"stargazers_count":12,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T07:23:35.792Z","etag":null,"topics":["electron","github","github-explorer","jest","react","redux","redux-saga","ts-jest","typescript","webpack"],"latest_commit_sha":null,"homepage":"","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/jasonraimondi.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}},"created_at":"2018-09-02T21:21:37.000Z","updated_at":"2022-12-09T15:51:17.000Z","dependencies_parsed_at":"2022-08-19T12:11:55.633Z","dependency_job_id":null,"html_url":"https://github.com/jasonraimondi/traverse","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Ftraverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Ftraverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Ftraverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonraimondi%2Ftraverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonraimondi","download_url":"https://codeload.github.com/jasonraimondi/traverse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249980783,"owners_count":21355503,"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":["electron","github","github-explorer","jest","react","redux","redux-saga","ts-jest","typescript","webpack"],"created_at":"2024-11-09T15:18:58.923Z","updated_at":"2025-04-21T00:32:44.651Z","avatar_url":"https://github.com/jasonraimondi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003ca href=\"https://github.com/jasonraimondi/traverse\"\u003e\n      \t\u003cimg height=\"100\" src=\"https://res.cloudinary.com/jmondi/image/upload/c_scale,w_150/v1534475620/jasonraimondi.com/traverse/pointing.png\" alt=\"Traverse\" /\u003e \n      \t\u003cbr /\u003e Traverse\n    \u003c/a\u003e\n  \t\u003cbr /\u003e\n  \t\u003ca href=\"https://travis-ci.org/jasonraimondi/traverse#\"\u003e\u003cimg src=\"https://travis-ci.org/jasonraimondi/traverse.svg?branch=master\" alt=\"Test Coverage\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/github/jasonraimondi/traverse/test_coverage\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/ad2b588b8f655bc8f384/test_coverage\" alt=\"Test Coverage\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/github/jasonraimondi/traverse/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/ad2b588b8f655bc8f384/maintainability\" alt=\"Maintainability\" /\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\nTraverse is a GitHub explorer. You can browse repositories trending by frequency and language.\n\nIf you find Traverse interesting, please consider giving it a Star.\n\n## Why?\n\nI love browsing [trending repositories on GitHub](https://github.com/trending). Historically, that page was kinda hidden and took some digging to get to. I wanted to build an app that would make findind new repositories easier.\n\nI was building this app, and ended up finding this awesome extension called [GitHunt](http://github.com/kamranahmedse/githunt) using Traverse. GitHunt is great, but it can be distracting when it opens and I am in the middle of something. I've gotten sidetracked before while working when I opened a new tab and finding a cool project and went down that whole rabbit hole.\n\nNeed to focus? Not a problem. Traverse is a dedicated application you can open and close at your hearts content.\n\n## Installing\n\nTraverse is unfortunately no longer available in Homebrew Cask since we did not meet the minimum downloads. To install traverse, grab it from our [latest releases](https://github.com/jasonraimondi/traverse/releases/latest)\n\n## Stack\n\nTraverse is an Electron app built with React, in TypeScript. It uses Jest/Chai + Enzyme for the test framework. Webpack to bundle, Redux and Redux Saga for the store, and uses the GitHub REST API with the Axios rest client. \n\n### Development\n\n```bash\ngit clone https://github.com/jasonraimondi/traverse\ncd traverse/\n```\n\nAfter you've cloned the repository.\n\n```bash\nnpm install\nnpm run start\n```\n\n### Tests\n\nTest framework is [Jest](https://jestjs.io/). Assertion library is [Chai](http://www.chaijs.com/api/assert/).\n\n```bash\nnpm run test\n# npm run test:watch # for running/watching\n```\n\nIf you are using an IntelliJ IDE, you should see an option for 'Unit Tests' in the top righthand corner.\n\n![IntelliJ Unit Test Runner](https://i.imgur.com/6nw5rvZ.png)\n\n### Building\n\nFirst you need to create a personal access token with the \"repo\" scope selected. Copy this access token, we are going to need to add it as `GH_TOKEN` in our [.env.sh](.env.sample.sh).\n\n```bash\ncp .env.sample.sh .env.sh\nvim .env.sh\n```\n\nAfter you add your token, make sure the [package.json](./package.json) version is updated.\n\n```bash\n./publish.sh\n```\n\n### License\n\nTraverse is [MIT licensed](./LICENSE).\n\n### Screen Shots\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.12-0.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.2 Screenshot 1\"\u003e\n\n### Archived Images\n\n##### 0.10.7\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.7-1.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.7 Screenshot 1\"\u003e\n\n##### 0.10.6\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.6-1.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.6 Screenshot 1\"\u003e\n     \n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.6-2.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.6 Screenshot 2\"\u003e\n     \n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.6-3.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.6 Screenshot 3\"\u003e\n\n##### 0.10.2\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.2-1.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.2 Screenshot 1\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.2-2.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.2 Screenshot 2\"\u003e\n     \n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.2-3.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.2 Screenshot 3\"\u003e\n\n##### 0.10.1\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.1-main1.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.1 Screenshot 1\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.1-main2.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.1 Screenshot 2\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.1-about.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.1 Screenshot 3\"\u003e\n\n##### 0.10.0\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.0-main1.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.0 Screenshot 1\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.10.0-about.png\"\n     width=\"500px\"\n     alt=\"Version 0.10.0 Screenshot 2\"\u003e\n\n##### 0.0.8\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.0.8-2.png\"\n     width=\"500px\"\n     alt=\"Version 0.0.8 Screenshot 1\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.0.8-1.png\"\n     width=\"500px\"\n     alt=\"Version 0.0.8 Screenshot 2\"\u003e\n\n##### 0.0.2\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.0.2-1.png\"\n     width=\"500px\"\n     alt=\"Version 0.0.2 Screenshot 1\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/jasonraimondi/traverse/master/screenshots/0.0.2-2.png\"\n     width=\"500px\"\n     alt=\"Version 0.0.2 Screenshot 2\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonraimondi%2Ftraverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonraimondi%2Ftraverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonraimondi%2Ftraverse/lists"}