├── .gitignore ├── README.md ├── api ├── fetch-users.ts ├── index.ts ├── svg-output.ts ├── types.ts └── utilities.ts ├── package.json ├── public ├── api-spec.yml ├── api.html ├── favicon.png ├── index.html ├── screenshot.png ├── script.js ├── styles.css └── test.html ├── tsconfig.json ├── vercel.json └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- 1 | # dev 2 | .vercel/ 3 | .yarn/ 4 | !.yarn/releases 5 | .vscode/* 6 | !.vscode/launch.json 7 | !.vscode/*.code-snippets 8 | .idea/workspace.xml 9 | .idea/usage.statistics.xml 10 | .idea/shelf 11 | 12 | # deps 13 | node_modules/ 14 | 15 | # env 16 | .env 17 | .env.production 18 | 19 | # logs 20 | logs/ 21 | *.log 22 | npm-debug.log* 23 | yarn-debug.log* 24 | yarn-error.log* 25 | pnpm-debug.log* 26 | lerna-debug.log* 27 | 28 | # misc 29 | .DS_Store 30 | .vercel 31 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
Simple embeddable contributor and sponsor widgets for your GitHub README
3 |
4 |
5 | 🌐 readme-contribs.as93.net
6 |
7 |
8 |
240 | © Alicia Sykes 2024
241 | Licensed under MIT
242 |
243 | Thanks for visiting :)
244 |
Readme Contribs
46 |Give credit to your supporters
47 | Simple embeddable contributor and sponsor widgets for your GitHub README 48 |Building your Badge
175 | 176 |Want to get an idea of what readme-contribs can do? Generate some examples!
196 | 200 | 201 |