what's your GitHub profile color?
OctoColor is a web application that determines the color of a user’s GitHub profile based on the language info from their GitHub repositories. By blending the colors of the user’s top two languages, OctoColor generates a unique color for the profile. The app uses GhPolyGlot to collect language information and the Mix CSS Color and Name that Color libraries for color blending and color naming.
To run OctoColor locally, follow these steps:
git clone <repository_url>
cd octocolor
npm install
npm start
OctoColor is a web application that determines the color of a user’s GitHub profile based on the language information from their repositories. By blending the colors of the top two languages and assigning a name to the resulting color, OctoColor provides a unique and personalized profile color. Users can run OctoColor locally by cloning the repository and following the installation steps.