This repo is a SIMPLE static GitPOAPs badge processor. The server fetch the claimed
and unclaimed
GitPOAP badge on request.
git pull https://github.com/charmful0x/gitpoap-gh-badge.git
cd gitpoap-gh-badge
npm install .
npm start
1- fetch POAPs by github username
GET /badges/:github_username/:badge_size?
The badge_size
parameter is optional, the default value is 150 (150 * 150)
Example: https://gitpoap-gh-badge.herokuapp.com/badges/charmful0x
After hitting the API endpoint with your github username, the server will respond with an HTML code block, copy and paste that code block in your github's profile README repo (username/username
repo). Repo Example
- dynamic all-in-one badges SVG generator
- GitPOAP API: docs
- Express
This project is licensed under the MIT license