Git Product home page Git Product logo

analyzemyrepo's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn

Analyze My Repo - Free analysis & insights for any GitHub repository | Product Hunt

Logo

analyzemyrepo.com

Discover useful insights about your open-source repo
View Demo · Report Bug · Request Feature

About The Project

Product Name Screen Shot

analyzemyrepo.com enables you to look over any Github repository and get comprehensive details about its performance, contributors, community governance, geographic diversity, and organizational diversity.

Its primary goal is to point out repository improvement opportunities and give contributors advice on how to resolve these problems.

Besides that, analyzemyrepo.com helps you to discover cool projects thanks to weekly updated ratings and collections.

Built With

The project is built with lots of cool tecnologies. All of them are open-source.

Getting Started

analyzemyrepo.com uses hybrid approach to get data from GitHub. Some of the data is fetched from GitHub in realtime, some of it is fetched from Postgres where data was uploaded ahead of time using Prefect.

Still, it is possible to run analyzemyrepo.com locally and get insights about any repository. Though, not all sections will be avaliable.

Prerequisites

You will need three main things to get started:

  • npm
  • GitHub API key
  • Meilisearch instance with uploaded repositories names (optional)

analyzemyrepo.com can also work without Meilisearch - one would need to submit repo's name fully and correctly.

Installation

  1. Get a GitHub API key
  2. Clone the repo
    git clone https://github.com/CrowdDotDev/analyzemyrepo.git
  3. Install NPM packages
    npm install
  4. Set your GitHub API key in .env
    GITHUB_ACCESS_TOKEN_2="YOUR API KEY"
  5. Set your Meilisearch credentials in .env (optional)
    NEXT_PUBLIC_MEILI_URL="YOUR MEILI INSTANCE URL"
    NEXT_PUBLIC_MEILI_SEARCH_KEY="YOUR MEILI PUBLIC KEY"

Contributing

Any contributions are greatly appreciated.

If you have a suggestion that would make analyzemyrepo.com better, please fork the repo and create a pull request. You can also simply open an issue with the tag "feature request". Don't forget to give the project a star!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache License 2.0. See LICENSE.txt for more information.

Contact

Igor Kotua - @garrrikkotua - [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.