Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
Website Deploy
```

### 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)