octocolor

๐ŸŒˆ what's your GitHub profile color?

MIT License

Stars
6

OctoColor

Wanna know what's your GitHub Profile Color? Head over to https://octocolor.vercel.app

How does GitColor work?

The idea is simple. We get the language info for all of a user's GitHub Repositories using GhPolyGlot and then we use the top 2 languages as a reference to determine the color of the user's GitHub profile. Once we get the info about the top 2 languages, we blend the the colors using the Mix CSS Color library. Then we simply use Name that Color library to get the name of the unique color generated by the app. And we're done!

Running Locally

Clone the repos's main branch.

$ git clone -b main https://github.com/asheeeshh/octocolor.git

Install dependencies, make sure you have nodejs and npm installed.

$ npm install

Run the app.

$ npm run dev

License

MIT License

Ending Note

  • Consider giving the repo a if you liked the project!
  • Follow me and checkout my other projects!