https://github.com/abranhe/hackathon-badges
Badges for any Hackathon 🖥
https://github.com/abranhe/hackathon-badges
api badges hackathon hackathon-badges mlh nextjs server
Last synced: 3 months ago
JSON representation
Badges for any Hackathon 🖥
- Host: GitHub
- URL: https://github.com/abranhe/hackathon-badges
- Owner: abranhe
- License: mit
- Created: 2018-10-02T20:41:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T20:46:12.000Z (over 5 years ago)
- Last Synced: 2025-01-10T23:35:12.569Z (4 months ago)
- Topics: api, badges, hackathon, hackathon-badges, mlh, nextjs, server
- Language: JavaScript
- Homepage:
- Size: 400 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
Work in Progress...
# Hackathon Badges
> Awesome Badges for your Hackathons

## Why?
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)
## Usage
```
https://hackathon.badge.pw/:hackathon?template=:template
```or
```
https://hackathon.badge.pw/:hackathon/:year?template=:template
```where
#### Hackathon
You can search all Hackathons at [/api/hackathons](https://hackathon.badge.pw/api/hackathons) or search it on our website.
If you know any hackathon you can [create a issue](https://github.com/abranhe/hackathon-badges/issues/new?body=**Required***%0A++%0A_name_%3A+%3C%21--+Fill+in+here+--%3E%0A_website_%3A+%3C%21--+Fill+in+here+--%3E%0A%0A**Not+required**%0A%0AOfficial+logo+picture+url%3A+%3C%21--+Fill+Here+--%3E%0A&title=New+Hackathon+request%21%21%21) adding the hackathon or instead submit a pull request with the hackathon.
#### Year
Any integer between 1900 - 2099
- Present
Example:
```md

```
- Past
Example:
```md

```
- Future
Example:
```md

```
#### Templates
- `flat` (Default)
Example:
```md

```
- `plastic`
Example:
```md

```
- `flat-square`
Example:
```md

```
- `for-the-badge`
Example:
```md

```
## License
MIT © [Abraham Hernandez](https://abranhe.com)