Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnandChowdhary/hackerbadge
📛 Embeddable badges for Hacker News posts/launches
https://github.com/AnandChowdhary/hackerbadge
badge hacker-news nodejs serverless shield svg typescript
Last synced: 3 months ago
JSON representation
📛 Embeddable badges for Hacker News posts/launches
- Host: GitHub
- URL: https://github.com/AnandChowdhary/hackerbadge
- Owner: AnandChowdhary
- License: mit
- Archived: true
- Created: 2020-02-25T21:02:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T05:43:42.000Z (almost 4 years ago)
- Last Synced: 2024-05-08T00:18:05.948Z (6 months ago)
- Topics: badge, hacker-news, nodejs, serverless, shield, svg, typescript
- Language: TypeScript
- Homepage: https://hackerbadge.now.sh/api?id=8863
- Size: 19.5 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hackernews - HackerBadge - Embeddable badges for HN posts/launches. `MIT` (Embeddables / ReMarkable)
README
# 📛 HackerBadge
Embeddable Hacker News badges for your post/launch. A serverless function written in TypeScript and deployed on ZEIT.
[![Light badge example](https://hackerbadge.now.sh/api?id=8863)](https://hackerbadge.now.sh/api?id=8863)
[![Orange badge example](https://hackerbadge.now.sh/api?id=8863&type=orange)](https://hackerbadge.now.sh/api?id=8863&type=orange)
[![Dark badge example](https://hackerbadge.now.sh/api?id=8863&type=dark)](https://hackerbadge.now.sh/api?id=8863&type=dark)
## ⭐ Usage
### URLs
- Light badge: https://hackerbadge.now.sh/api?id=8863
- Orange badge: https://hackerbadge.now.sh/api?id=8863&type=orange
- Dark badge: https://hackerbadge.now.sh/api?id=8863&type=dark### HTML
### Markdown
```md
[![Featured on Hacker News](https://hackerbadge.now.sh/api?id=8863)](https://news.ycombinator.com/item?id=8863)
```### I18N
[![Hindi badge example](https://hackerbadge.now.sh/api?id=8863&hackerNews=हैकर%20न्यूज़&featuredOn=प्रदर्शित)](https://hackerbadge.now.sh/api?id=8863&hackerNews=हैकर%20न्यूज़&featuredOn=प्रदर्शित)
https://hackerbadge.now.sh/api?id=8863&hackerNews=हैकर%20न्यूज़&featuredOn=प्रदर्शित
## 🔨 Development
[![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/import/project?template=https://github.com/AnandChowdhary/hackerbadge)
## 📄 License
[MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)