Skip to content

Traverse is a GitHub explorer. You can browse repositories trending by language. Traverse is an Electron app built with React, in TypeScript.

License

Notifications You must be signed in to change notification settings

jasonraimondi/traverse

Repository files navigation

Traverse is a GitHub explorer. You can browse repositories trending by frequency and language.

If you find Traverse interesting, please consider giving it a Star.

Why?

I love browsing trending repositories on GitHub. 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.

I was building this app, and ended up finding this awesome extension called 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.

Need to focus? Not a problem. Traverse is a dedicated application you can open and close at your hearts content.

Installing

Traverse 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

Stack

Traverse 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.

Development

git clone https://github.com/jasonraimondi/traverse
cd traverse/

After you've cloned the repository.

npm install
npm run start

Tests

Test framework is Jest. Assertion library is Chai.

npm run test
# npm run test:watch # for running/watching

If you are using an IntelliJ IDE, you should see an option for 'Unit Tests' in the top righthand corner.

IntelliJ Unit Test Runner

Building

First 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.

cp .env.sample.sh .env.sh
vim .env.sh

After you add your token, make sure the package.json version is updated.

./publish.sh

License

Traverse is MIT licensed.

Screen Shots

Version 0.10.2 Screenshot 1

Archived Images

0.10.7

Version 0.10.7 Screenshot 1

0.10.6

Version 0.10.6 Screenshot 1

Version 0.10.6 Screenshot 2

Version 0.10.6 Screenshot 3

0.10.2

Version 0.10.2 Screenshot 1

Version 0.10.2 Screenshot 2

Version 0.10.2 Screenshot 3

0.10.1

Version 0.10.1 Screenshot 1

Version 0.10.1 Screenshot 2

Version 0.10.1 Screenshot 3

0.10.0

Version 0.10.0 Screenshot 1

Version 0.10.0 Screenshot 2

0.0.8

Version 0.0.8 Screenshot 1

Version 0.0.8 Screenshot 2

0.0.2

Version 0.0.2 Screenshot 1

Version 0.0.2 Screenshot 2

About

Traverse is a GitHub explorer. You can browse repositories trending by language. Traverse is an Electron app built with React, in TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published