Skip to content

amantinband/github-contribution-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

GitHub Contribution Art 🎨

Fill your contribution grid real estate with Pixel Art!

GitHub contributors GitHub Stars GitHub license


GitHub Contribution Art is a web interface which can be used to create pixel art on the GitHub contribution grid 💪

Try it live at https://github-art.com!

Example


Setup

  1. clone the repo.
  2. Setup an OAuth application for testing locally:
    1. Settings -> Developer settings -> OAuth Apps -> New OAuth App
    2. Application name: whatever you wish
    3. Homepage URL: https://localhost:44353/
    4. Authorization callback URL: https://localhost:44353/authcallback
  3. Generate a Client secret:
    1. Settings -> Developer settings -> OAuth Apps -> your app -> Generate a new client secret.
    2. Copy this secret somewhere since it won't be available later.
  4. in GithubContributionArt\Server\appsettings.json replace ClientId with your client id and ClientSecret with your secret.
  5. in GithubContributionArt\Client\wwwroot\appsettings.json replace github-client-id with your client id.

Contributing

If you found a bug, have an idea, or want to fix an issue please open an issue and lets discuss! 💪


Credits


License

This project is licensed under the terms of the MIT license.

About

GitHub Contribution Art is a web interface which can be used to create pixel art on the GitHub contribution grid 💪

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published