├── public ├── favicon.png ├── screenshot.png ├── test.html ├── api.html ├── styles.css ├── script.js ├── api-spec.yml └── index.html ├── tsconfig.json ├── package.json ├── .gitignore ├── vercel.json ├── api ├── types.ts ├── utilities.ts ├── index.ts ├── fetch-users.ts └── svg-output.ts ├── README.md └── yarn.lock /public/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lissy93/readme-contribs/HEAD/public/favicon.png -------------------------------------------------------------------------------- /public/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lissy93/readme-contribs/HEAD/public/screenshot.png -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "target": "ESNext", 4 | "module": "ESNext", 5 | "moduleResolution": "node", 6 | "esModuleInterop": true, 7 | "skipLibCheck": true, 8 | "strict": true, 9 | }, 10 | } -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "readme-contribs", 3 | "scripts": { 4 | "start": "vercel dev", 5 | "deploy": "vercel" 6 | }, 7 | "dependencies": { 8 | "hono": "^4.4.7" 9 | }, 10 | "devDependencies": { 11 | "vercel": "^32.4.1" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /public/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |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 |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 |