mrhut10 / todaysCuriosity

a set of single_image_processing effects inspired by the art work by Kensuke Koike. See live demo on

Home Page:https://todayscuriosity.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credit all github contributors for this project (github API)

opened this issue Β· comments

At the bottom of the project there is credit for myself and @mrhut10, this is hard coded. It would be cool to instead use the github api to fetch anyone who has contributed to this project and display everyone's avatars.

Bonus points if the avatars are also links back to each person's github page.

This idea was suggested by @mrhut10 in #23

just read the github api documents and looks like will be fairly easy.

actually a few ways to do it

  1. json for contributors to the project, avatar, and contribution (by commit) url link urllink if someone wanted to read the documentation
  2. a little more complicated part of the api will provide the count of contributions by additions/deletions/commits however only for each week. documentation

hopefully this is helpful, I'll be available at the end of the week if anyone wants a hand implementing.

Fixed in #30

Thanks @takeawalk πŸ‘ πŸ‘ πŸ‘ πŸ‘

image

Looking very nice @takeawalk

on the larger screens that looks so great :)