Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therealsujitk/deploy-badge
Generate a deployment badge for your project's README
https://github.com/therealsujitk/deploy-badge
badges deployment-badge heroku netlify vercel
Last synced: about 2 months ago
JSON representation
Generate a deployment badge for your project's README
- Host: GitHub
- URL: https://github.com/therealsujitk/deploy-badge
- Owner: therealsujitk
- License: mit
- Created: 2021-02-27T16:14:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T05:48:13.000Z (9 months ago)
- Last Synced: 2024-08-07T18:26:57.115Z (5 months ago)
- Topics: badges, deployment-badge, heroku, netlify, vercel
- Language: TypeScript
- Homepage: http://deploy-badge.vercel.app
- Size: 1.55 MB
- Stars: 94
- Watchers: 2
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Deploy Badge
![Vercel Badge](https://deploy-badge.vercel.app/vercel/deploy-badge) ![License](https://img.shields.io/badge/license-MIT-blue)
Generate a deployment badge for your project's README.
## Usage
It's recommended to use the [badge generator](https://deploy-badge.vercel.app) to quickly generate a badge for your application. Here's how you can create a deployment badge for any URL.
To generate a deployment badge for your application [https://www.nextjs.org](https://www.nextjs.org), simply pass this URL as a parameter to this application.
### HTML
```html
```### Markdown
```md
![Website Deploy](https://deploy-badge.vercel.app/?url=http://www.nextjs.org/&name=website)
```### Other Parameters
- **`?style=`** - The style of the badge. Available styles: **`flat`** (Default), **`flat-square`**, **`plastic`** & **`for-the-badge`**.
- **`?logo=`** - Use this paramater if you'd like to change the vercel logo on the badge. To learn more visit [the Shields.io documentation](https://shields.io/docs/logos).
- **`?name=`** - Use this parameter if you'd like to change the name of the badge.## Links
- [Generate a Badge](https://deploy-badge.vercel.app)
- [About Me](https://therealsuji.tk)
- [Donate](https://therealsuji.tk/donate)