27

Awesome open source profiles visulization app built with Vue.js & Kotlin

 5 years ago
source link: https://www.tuicool.com/articles/hit/uIzMB3r
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

YruYNfu.png!web sourcerer.io 

A visual profile for software engineers.

yYrErum.gif

Features

  • Profile creation with a single click
  • Support of 100 languages (even exotic ones like COBOL)
  • Detection of more than 1,000 libraries in code with per-line statistics
  • Visual presentation your development experience
  • Finally! Summary of all repositories you've contributed to :tada:
  • Interesting facts about yourself
  • :radio: News channels that are relevant to your code

Creating your profile is just the first step for us at Sourcerer. Some of the things on our roadmap include:

  • Engineers to follow and learn from
  • Technology and libraries you should know about
  • Projects that could use your help

Get started

The easiest way to get started is with your open source repos. Go to sourcerer.io/start , and select Build with GitHub and watch your profile build.

For closed source repos, you will need to use this app. If you already created an account using GitHub, you would have received an email with credentials for the app. If not, You will need a new account, which you can get at sourcerer.io/join .

Showcase

vYzie2A.png!webiEf2ieM.png!webjQbAnuY.png!webzaIbMrZ.png!webuY7RNjj.png!webYbEZvuj.png!webIfyQbqM.png!webIFfQFzm.png!web

Requirements

  • Web browser

or

  • Linux or macOS or Windows
  • Java 8+ Platform ( JRE for Linux and Windows or JDK for macOS)

Usage

To install sourcerer run the following command:

curl -s https://sourcerer.io/app/install | bash

To run wizard use sourcerer command

Internals

The app looks at repos locally on your machine, and then sends stats to sourcerer.io. The best way to verify is to look at the code. Protobuf messages declared in src/main/proto/sourcerer.proto is a good start as it describes the client-server protocol. The Sourcerer app does NOT upload source code anywhere, and it NEVER will.

FAQ

How can I process private repos?

We process only public repos using GitHub OAuth. To process private repos you need to run sourcerer app locally. SeeGet startedfor instructions. Sourcerer app sends only statistical information to our servers and never sends code.

Why do you need GitHub permissions?

We use emails to identify commit authorship, read orgs access to get list of public repositories that you've contributed to. You also need to grant access to read this public information from an organization.

Other questions

See sourcerer.io/faq .

Contributing

We love contributions! Check out the Contribution guide for more information. Simplest and really helpfull for the community would be contribution meta information to our supported libraries list . If you an author of a library you show definitely add yours to the list or you can help to someone whose work you use.

Build

To build and run this application locally, you'll need latest versions of Git, Gradle and JDK installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/sourcerer-io/sourcerer-app.git

# Go into the repository
$ cd sourcerer-app

# Build
$ gradle build

# Run the app
$ java -jar build/libs/sourcerer-app.jar

License

Sourcerer is under the MIT license. See the LICENSE for more information.

Links


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK