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

https://github.com/amio/now-deploy-badge

"Deploy to Now" badge for GitHub READMEs
https://github.com/amio/now-deploy-badge

badge badgen deploy now

Last synced: 3 months ago
JSON representation

"Deploy to Now" badge for GitHub READMEs

Awesome Lists containing this project

README

          

# Now Deploy Badge

A badge shows how to deploy a GitHub repository to [Now Cloud](https://zeit.co/now).

[![Deploy to Now](https://badgen.net/badge/%E2%96%B2%20Deploy%20to%20Now/$%20now%20user%2Frepo/black)](#now-deploy-badge)

## Usage

Embed the badge in a GitHub README with Markdown:

```markdown
![Deploy to Now](https://badgen.net/badge/%E2%96%B2%20Deploy%20to%20Now/$%20now%20user%2Frepo/black)
```

Alternatively you can also embed it with HTML:

```html
Deploy to Now
```

> **Note:** Make sure you replace `` and `` with your GitHub project!

## Variations

[![deploy to now](https://badgen.net/badge/%E2%96%B2/$%20now%20user%2Frepo/black)](https://badgen.net/badge/%E2%96%B2/$%20now%20user%2Frepo/black)
[![deploy to now](https://badgen.net/badge/%E2%96%B2/$%20now%20deploy%20user%2Frepo/black)](https://badgen.net/badge/%E2%96%B2/$%20now%20deploy%20user%2Frepo/black)

## License

This repo and all its files are licensed under CC0 and are public domain.