All Projects β†’ googol88 β†’ repltalk-badge

googol88 / repltalk-badge

Licence: MIT license
πŸ›‘οΈ Embeddable badges for your Repl Talk posts to place in posts, markdown files, and websites!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to repltalk-badge

badge-generator
Magically generate Markdown badges for your docs πŸ›‘οΈ 🦑 πŸ§™
Stars: ✭ 104 (+845.45%)
Mutual labels:  badge, badge-generator
autobadge
Simple CLI tool to generate essential repository badges with ease
Stars: ✭ 16 (+45.45%)
Mutual labels:  badge, badge-generator
badgemaker
The Nim badgemaker tool.
Stars: ✭ 15 (+36.36%)
Mutual labels:  badge, badge-generator
made-with-love-in
πŸ› οΈ ❀️ πŸ—ΊοΈ πŸ›‘οΈ β€” Mircoservice for serving and listing "Made with love in <country-name>" badges
Stars: ✭ 21 (+90.91%)
Mutual labels:  badge, badge-generator
BadgesGenerator
A Swift playground to automatically generate personalized conference badges.
Stars: ✭ 36 (+227.27%)
Mutual labels:  badge
Google Play Badge Svg
Hosting for localized versions of Google Play badges in SVG format.
Stars: ✭ 137 (+1145.45%)
Mutual labels:  badge
Github Actions Badge
πŸ›‘ Shields.io Badge for your GitHub Actions
Stars: ✭ 131 (+1090.91%)
Mutual labels:  badge
Teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
Stars: ✭ 2,845 (+25763.64%)
Mutual labels:  badge
Php badge
This is an identification tag based on SVG, It can quickly generate various labels and status identifiers
Stars: ✭ 101 (+818.18%)
Mutual labels:  badge
Bgabadgeview Android
Android 徽章控仢
Stars: ✭ 2,561 (+23181.82%)
Mutual labels:  badge
Contrast Swatch
πŸ…°οΈ Image microservice for color contrast information
Stars: ✭ 210 (+1809.09%)
Mutual labels:  badge
Badges
🎴 Standard and acceptable badges list
Stars: ✭ 165 (+1400%)
Mutual labels:  badge
octocov
octocov is a toolkit for collecting code metrics (code coverage, code to test ratio and test execution time).
Stars: ✭ 191 (+1636.36%)
Mutual labels:  badge
Ci Buildstats
Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.
Stars: ✭ 134 (+1118.18%)
Mutual labels:  badge
BadgeControl
Badge view with controller written in Swift 5.0
Stars: ✭ 53 (+381.82%)
Mutual labels:  badge
Console Badge
🎨 Create simple badges in the browser console
Stars: ✭ 130 (+1081.82%)
Mutual labels:  badge
VSMarketplaceBadge
Badge for Visual Studio Code Extension
Stars: ✭ 63 (+472.73%)
Mutual labels:  badge
Shields
Concise, consistent, and legible badges in SVG and raster format
Stars: ✭ 15,716 (+142772.73%)
Mutual labels:  badge
Flutter app badger
Support to update the app badge on the launcher (both for Android and iOS)
Stars: ✭ 191 (+1636.36%)
Mutual labels:  badge
badger
Gamification platform to motivate your team with badges, adventures & other cool stuff!
Stars: ✭ 77 (+600%)
Mutual labels:  badge

πŸ”Ό Repl Talk Badge

Create embeddable badges for your Repl Talk posts to display upvotes on websites and markdown files.

Tech Stack

API: Serverless functions deployed on Vercel, cheerio and axios for web scraping

Badge generator: Next.js site with Geist UI for styling

Usage

Use the badge generator to create your own custom badge in HTML and Markdown.

Markdown

[![Repl Talk Badge](https://replit-badge.vercel.app/api?id=143059)](https://replit.com/talk/share/post/143059)

HTML

<a href="https://replit.com/talk/share/post/143059">
  <img src="https://replit-badge.vercel.app/api?id=143059" alt="Repl Talk Badge">
</a>

Examples

Badge Styles

Repl Talk Badge Repl Talk Badge

Repl Talk Badge Repl Talk Badge

Custom Font and Labels

Repl Talk Badge

API

Option Type Required Default Description
id Integer Yes - Repl Talk post ID, located in post URL
style String No "flat" "flat" | "gradient"
theme String No "light" "light" | "dark"
border String No "rounded" "rounded" | "square"
featuredOn String No "FEATURED ON" Alternate text for upper label
replTalk String No "Repl Talk" Alternate text for lower label

Acknowledgements

AnandChowdhary/hackerbadge

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].