Work in Progress...
Awesome Badges for your Hackathons
I started creating some badges to use on my projects READMEs for the hackathons that I participated, but I thought that it was cool to have more badges for multiple hackathons.
So I decided to create differennts svg badges with diferents years for differents hackathons but it was annoying creating a new badge for each year hackathon. So I came up with the idea 💡 to create a simple API to host and search those badges. So there you have it hackathon.badge.pw
https://hackathon.badge.pw/:hackathon?template=:template
or
https://hackathon.badge.pw/:hackathon/:year?template=:template
where
You can search all Hackathons at /api/hackathons or search it on our website.
If you know any hackathon you can create a issue adding the hackathon or instead submit a pull request with the hackathon.
Any integer between 1900 - 2099
- Present
Example:
![Shellhacks](https://hackathon.badge.pw/shellhacks)
- Past
Example:
![Shellhacks](https://hackathon.badge.pw/shellhacks/2017)
- Future
Example:
![Shellhacks](https://hackathon.badge.pw/shellhacks/2052)
flat
(Default)
Example:
![Mangohacks](https://hackathon.badge.pw/mangohacks)
plastic
Example:
![Mangohacks](https://hackathon.badge.pw/mangohacks?template=plastic)
flat-square
Example:
![Mangohacks](https://hackathon.badge.pw/mangohacks?template=flat-square)
for-the-badge
Example:
![Mangohacks](https://hackathon.badge.pw/mangohacks?template=for-the-badge)
MIT © Abraham Hernandez